Skip to content
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
JackDainzh authored Jul 20, 2025
commit 234ecc063b5edae405b15638ec98b789a8382d17
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ pip install -r requirements.txt
pip install deepspeed-0.17.2+a0bb346-py3-none-any.whl
pip install torch_cluster-1.6.3+pt27cu128-cp311-cp311-win_amd64.whl
```
Example startup args (models download automatically)
Example startup args for command line (models download automatically):
```
python inference_partcrafter.py --image_path assets/images/np3_2f6ab901c5a84ed6bbdf85a67b22a2ee.png --num_parts 3 --tag robot
```
Or launch with Gradio App:
```
python app.py
```
## 😊 Acknowledgement
We would like to thank the authors of [DiffSplat](https://chenguolin.github.io/projects/DiffSplat/), [TripoSG](https://yg256li.github.io/TripoSG-Page/), [HoloPart](https://vast-ai-research.github.io/HoloPart/), and [MIDI-3D](https://huanngzh.github.io/MIDI-Page/)
for their great work and generously providing source codes, which inspired our work and helped us a lot in the implementation.
Expand Down