chaitanya100100 / TailorNet

Code for our CVPR 2020 (ORAL) paper - TailorNet: Predicting Clothing in 3D as a Function of Human Pose, Shape and Garment Style.
https://virtualhumans.mpi-inf.mpg.de/tailornet/
Other
408 stars 67 forks source link

Is the skirt_weight.npz file used universally for all garments in the line self.skirt_weight = ch.array(np.load(os.path.join(global_var.DATA_DIR, 'skirt_weight.npz'))['w'])? Because I did not come across weight files specific to other garments when downloading. #57

Closed JUNOHINATA closed 1 year ago

chaitanya100100 commented 1 year ago

No. Skirt file is only used for modeling skirt garment type. It is not required for other garment types. Skirt requires special consideration as it doesn't follow the topology of underlying body.