Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 613 Bytes

File metadata and controls

32 lines (27 loc) · 613 Bytes

Print-ML

安装:

git clone https://github.com/EDiRobotics/printml
cd printml
pip install -e .

配置

accelerate config

选择GPU卡数, 混合精度等(建议bf16)。然后在Train.py中配置训练参数。

运行

  1. 生成模拟数据集
cd Datasets
python GenerateFakeDataset.py
  1. 开始训练
cd Scripts
accelerate launch TrainDeformPred.py # 变形检测
accelerate launch TrainSegment.py # 区域分割

损失曲线

变形检测

区域分割