I'm a student who has successfully built the Docker environment for Gaussian Wardrobe. I'm trying to run the virtual try-on demo (--mode=exchange_cloth), but I'm stuck at the data preprocessing stage.
I have the raw 4D-DRESS dataset, but the preprocessing pipeline requires many intermediate files that I don't have. Specifically, the scripts gen_weight_volume.py and gen_pos_maps.py are failing because they can't find files like smpl_params.npz.
I would like to request if it's possible to share a small, pre-processed test sample (e.g., one subject, one garment layer, a few frames) suitable for the exchange_cloth script. Having such a sample would allow me to validate the pipeline for my academic project.
Specifically, I'm looking for:
smpl_params.npz
cameras.pkl
smpl_pos_map_offset_body/ and smpl_pos_map_offset_cloth/
(Optional) A pre-trained checkpoint
Thank you for your fantastic work and for your consideration.
I'm a student who has successfully built the Docker environment for Gaussian Wardrobe. I'm trying to run the virtual try-on demo (--mode=exchange_cloth), but I'm stuck at the data preprocessing stage.
I have the raw 4D-DRESS dataset, but the preprocessing pipeline requires many intermediate files that I don't have. Specifically, the scripts gen_weight_volume.py and gen_pos_maps.py are failing because they can't find files like smpl_params.npz.
I would like to request if it's possible to share a small, pre-processed test sample (e.g., one subject, one garment layer, a few frames) suitable for the exchange_cloth script. Having such a sample would allow me to validate the pipeline for my academic project.
Specifically, I'm looking for:
smpl_params.npz
cameras.pkl
smpl_pos_map_offset_body/ and smpl_pos_map_offset_cloth/
(Optional) A pre-trained checkpoint
Thank you for your fantastic work and for your consideration.