chunjins
chunjins
I found that it works when using SMPL model but not SMPLX model
I solved it by changing `download_lazy( links[actor][sequence]["aabbs"], local_sequence_folder / dataset_paths.aabbs_path, )` to `download_lazy( links[actor][sequence]["aabbs"], dataset_paths.aabbs_path, )`
Where do you find those SMPL parameters?
@MontaEllis Have you found the JSON files?
> > @MontaEllis Have you found the JSON files? > > No. I found that the current version includes the SMPL fittings. The download link can be found in the...