Issue with calc_skirt_weight.py
Closed this issue · 3 comments
rylzxc commented
Hi, in this file on lines 25 and 26, where do I get the skirt_upper_boundary.npy
or pant_upper_boundary.npy
files?
Else, I won't be able to run the code to generate the skirt_weight.npz
file for use in TailorNet
Thanks!
zycliao commented
*boundary.npy
files contain the indexes of upper boundary vertices of skirt/pants. They are manually obtained.
zycliao commented
If you just want to use the skirt_weight.npz
that is used in TailorNet paper or you want to check its format, it is contained in dataset_meta.zip.
rylzxc commented
Thanks!