Download the full repo (or a subset with
allow_patterns) and point your local paths to these folders as in the
GitHub README.
Dataset (images) is hosted separately:
NguyenDinhHieu/VITON-Extends-DB (see that dataset card for
Train.zip /
Test.zip and extraction).
1from huggingface_hub import snapshot_download
2
3path = snapshot_download(
4 repo_id="NguyenDinhHieu/VITON-Extends",
5 local_dir="./VITON-Extends_hf",
6)
7# Then use ./VITON-Extends_hf/VITON-Extends_test/ and ./VITON-Extends_hf/VITON-Extends-Train/
For
FID and extra assets, see links in the
GitHub README.
1@inproceedings{hieu2025vitonextends,
2 title = {Enhancing Pose Adaptability in Virtual Try-On Systems},
3 author = {Hieu, Nguyen Dinh and Khuong, Tran Minh and Hung, Phan Duy},
4 booktitle = {Integrated Uncertainty in Knowledge Modelling and Decision Making (IUKM 2025)},
5 series = {Lecture Notes in Computer Science},
6 volume = {15585},
7 publisher = {Springer},
8 address = {Singapore},
9 year = {2025},
10 doi = {10.1007/978-981-96-4606-7_21}
11}
Built on virtual try-on and flow-based clothed-person generation ideas; base code lineage includes
ClothFlow. Full credits appear in the
GitHub repository.