You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| README.txt | 1 year ago | |
| libs.py | 1 year ago | |
| main.py | 1 year ago | |
| optimize_model.py | 1 year ago | |
| requirements.txt | 1 year ago | |
| run.py | 1 year ago | |
| test.py | 1 year ago | |
README.txt
1. pip install -r requirements.txt安装requirements.txt所需的python包 (python3.10)
2. 使用python optimize_model.py -ip 输入的obj路径 -op 输出的obj路径
python optimize_model.py -ip "D:\finished\190104\output\190104.obj" -op "D:\finished\190104\output\190104_new.obj"