WEI CHEN
WEI CHEN
`Pickle5` is not supported under Python version > 3.9, which would raise error in installing MMhuman3d in newer python.
Originally get_keypoint_idx will return -1 on unsuccessful query, but this may be troublesome in many cases. Currently it will raise a clear error
Removes the hard-coding of path, and allows for different working directory. > other than 'some_path/mmhuman3d' Just modify the variable in config file: ``` mmhuman3d_data_path = 'data' mmhuman3d_config_path = 'configs' _base_...
In this case: 1. setting `use_one_betas_per_video=True` 2. initializing SMPLify with a changing betas sequence `init_betas=betas_sequence # (100,10)` Betas for all frames would have the same gardiant update during SMPLify iterations,...
Thanks for providing an interesting dataset! I would like to ask when will you release the other part of data, for which I plan to include in human perception model...