ROMP icon indicating copy to clipboard operation
ROMP copied to clipboard

Missing files for TRACE training

Open botaoye opened this issue 2 years ago • 1 comments

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 avatar Jul 16 '23 02:07 botaoye

@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.

Arthur151 avatar Jul 18 '23 03:07 Arthur151