Skip to content

EDiRobotics/printml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 # 区域分割

损失曲线

变形检测

区域分割

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages