diff --git a/README.md b/README.md index 23a84ca..570eac6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Huamin Wang

- +

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)

- +

-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: ` 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. -

- -

- -We also support integration - ### Citation ```bash If you find this work useful, please cite: diff --git a/assets/img/gui.png b/assets/img/gui.png new file mode 100644 index 0000000..20231ee Binary files /dev/null and b/assets/img/gui.png differ diff --git a/assets/img/sim_result.png b/assets/img/sim_result.png new file mode 100644 index 0000000..4d65967 Binary files /dev/null and b/assets/img/sim_result.png differ