Skip to content

d-finite/GarmentPile2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

GarmentPile++:
Affordance-Driven Cluttered Garments Retrieval with Vision-Language Reasoning

ICRA 2026


teaser

Get Started

1. Install Isaac Sim 4.5.0

This project is developed on Isaac Sim 4.5.0. Please refer to the official guideline to download Isaac Sim 4.5.0.

The Python environment for this project is based on the standalone Python environment bundled with Isaac Sim 4.5.0.

2. Repo Preparation

First, clone the repo.

git clone https://github.com/d-finite/GarmentPile2.git
cd GarmentPile2

Then, download the Garment assets and move them to Assets/Garment.

We use GarmentLab's Garment assets. Please download the Garment folder from the following link: Google_Drive_link.

3. Environment Preparation

First, add the following alias to your .bashrc or .zshrc to simplify access to Isaac Sim's Python environment:

alias isaac45="~/isaacsim-4.5.0/python.sh"

Then install the packages listed in requirements.txt. If you plan to run training, install PyTorch as well.

isaac45 -m pip install -r requirements.txt
# if need training
isaac45 -m pip install torch==2.7.0 torchvision==0.22.0 torchaudio==2.7.0 --index-url https://download.pytorch.org/whl/cu128

Finally, we require a specific verison of sam2.

git clone https://github.com/facebookresearch/sam2.git && cd sam2
git checkout 2b90b9f
isaac45 -m pip install -e .

4. Repository Structure Overview

πŸ“‚ ProjectRoot
β”œβ”€β”€ πŸ“ Assets  # Assets used in Isaac Sim
β”œβ”€β”€ πŸ“ Env_Config  # Configuration of Env (Camera, Robot, Garment .. ) and Qwen 
β”œβ”€β”€ πŸ“ Env_Data_Collection  # Used for training data collection
β”œβ”€β”€ πŸ“ Env_Eval  # Standalone environment with pre-trained model
β”œβ”€β”€ πŸ“ Model_Train  # Code for model training
β”œβ”€β”€ πŸ“ Repo_Image  # Images used in README.md

StandAlone Env

Under Env_Eval/ we provide example scripts for sequentially retrieving all garments in two scenarios: Open Boundary and Closed Boundary. Run the commands below to view the full retrieval pipeline.

[ATTENTION!] If you find failure of assets loading in simulation, please enter Env_Config/Config/xx_config.py to check assets loading path.

isaac45 Env_Eval/open_scene.py
isaac45 Env_Eval/closed_scene.py

Data Collection

Under Env_Data_Collection we provide example scripts to collect point-cloud training data for both scenarios. Collected data will be saved to Model_Train/Data/xx_scene.

The example scripts terminate after collecting data for 3 episodes. If continuous data collection is required, re-run the scripts repeatedly (for example via a bash loop or script).

isaac45 Env_Data_Collection/open_scene.py
isaac45 Env_Data_Collection/closed_scene.py

Model Training

After data collection, split the data into train and val and place them under Model_Train/Data/xx_scene/train and Model_Train/Data/xx_scene/val respectively. Then run the training commands below to start training. Checkpoints will be saved to Model_Train/Model_Checkpoints/xx_scene.

isaac45 Model_Train/open_scene_aff_train.py
isaac45 Model_Train/closed_scene_aff_train.py

Citation and Reference

If you find this paper useful, please consider starring 🌟 this repo and citing πŸ“‘ our paper:

@misc{li2026garmentpile2,
      title={GarmentPile++: Affordance-Driven Cluttered Garments Retrieval with Vision-Language Reasoning}, 
      author={Mingleyang Li and Yuran Wang and Yue Chen and Tianxing Chen and Jiaqi Liang and Zishun Shen and Haoran Lu and Ruihai Wu and Hao Dong},
      year={2026},
      eprint={2603.04158},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2603.04158}, 
}

About

[ICRA 2026 πŸ₯³] GarmentPile++: Affordance-Driven Cluttered Garments Retrieval with Vision-Language Reasoning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages