Missing files for TRACE training
Hi, when I try to train the TRACE model, the result suggests that some model files are missing, such as SMPL_FEMALE.pth and SMIL_NEUTRAL.pth, but I didn't find a way to generate them in the repo. Can you provide some guidance?
@botaoye
Sorry for the bug.
For SMPL_FEMALE.pth and SMIL_NEUTRAL.pth,
plese refer to
2.Preparing SMPL model files in our format of
https://github.com/Arthur151/ROMP/tree/master/simple_romp
smil_packed_info.pth is SMIL_NEUTRAL.pth
SMPL_FEMALE.pth can. be generated by adding gender config to
romp.prepare_smpl -source_dir=/path/to/smpl_model_data --gender=female
I have added this part to the instructions: https://github.com/Arthur151/ROMP/tree/master/trace#metadata Please let me know if there are any missing files.