Modify README
This commit is contained in:
12
README.md
12
README.md
@@ -14,7 +14,7 @@
|
|||||||
<span class="author-block"><a href="https://wanghmin.github.io/">Huamin Wang</a></span>
|
<span class="author-block"><a href="https://wanghmin.github.io/">Huamin Wang</a></span>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="assets/img/neural_symbolic-pipeline.png">
|
<img src="https://github.com/Style3D/design2garmentcode-impl/raw/main/assets/img/neural_symbolic-pipeline.png">
|
||||||
</p>
|
</p>
|
||||||
Official implementation for Design2GarmentCode, a motility-agnostic sewing pattern generation framework that leverages fine-tuned Large Multimodal Models to generate parametric pattern-making programs from multi-modal design concepts.
|
Official implementation for Design2GarmentCode, a motility-agnostic sewing pattern generation framework that leverages fine-tuned Large Multimodal Models to generate parametric pattern-making programs from multi-modal design concepts.
|
||||||
|
|
||||||
@@ -65,10 +65,10 @@ Follow the steps **in the given order**:
|
|||||||
Setting up the GUI with `python gui.py` where you will see the following interface (modified from GarmentCode)
|
Setting up the GUI with `python gui.py` where you will see the following interface (modified from GarmentCode)
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img src="GUI-IMAGE-HERE">
|
<img src="https://github.com/Style3D/design2garmentcode-impl/raw/main/assets/img/gui_example.png">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Switching to the `Parse Design` tab, and input your design input, either text description, photograph or sketch, to the chatbox. The generated sewing pattern will appear on the right side after parsing.
|
Switching to the `PARSE DESIGN` tab, and input your design input, either text description, photograph or sketch, to the chatbox. The generated sewing pattern will appear on the right side after parsing.
|
||||||
|
|
||||||
Once a pattern is generated, you can modify the result by typing `modify: <your-instruction>` in the chatbox.
|
Once a pattern is generated, you can modify the result by typing `modify: <your-instruction>` in the chatbox.
|
||||||
|
|
||||||
@@ -116,12 +116,6 @@ python test_garment_sim.py --pattern_spec $INPUT_JSON
|
|||||||
```
|
```
|
||||||
Or run the simulation directly in the `3D View` GUI tab.
|
Or run the simulation directly in the `3D View` GUI tab.
|
||||||
|
|
||||||
<p align="center">
|
|
||||||
<img src="3D Simulation Result.">
|
|
||||||
</p>
|
|
||||||
|
|
||||||
We also support integration
|
|
||||||
|
|
||||||
### Citation
|
### Citation
|
||||||
```bash
|
```bash
|
||||||
If you find this work useful, please cite:
|
If you find this work useful, please cite:
|
||||||
|
|||||||
BIN
assets/img/gui.png
Normal file
BIN
assets/img/gui.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 650 KiB |
BIN
assets/img/sim_result.png
Normal file
BIN
assets/img/sim_result.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 611 KiB |
Reference in New Issue
Block a user