Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMPL / Instances frame index mismatch #36

Open
DavideA opened this issue Sep 30, 2024 · 1 comment
Open

SMPL / Instances frame index mismatch #36

DavideA opened this issue Sep 30, 2024 · 1 comment

Comments

@DavideA
Copy link

DavideA commented Sep 30, 2024

Hi all,

I am trying to fit omnire on nuScenes, and for some scenes I am facing the following exception while loading smpl.pkl files:

Loading SMPL:  69%|██████▉   | 135/196 [00:00<00:00, 1342.00it/s]                                                                                                                                                Traceback (most recent call last):     
...
drivestudio/datasets/nuscenes/nuscenes_sourceloader.py", line 321, in load_objects
    ii = instances_info[str(instance_id)]['frame_annotations']["frame_idx"].index(fi)
ValueError: 135 is not in list

To my understanding, the smpl file refers to a frame index that is not present in the instances_info.json file. Any ideas?

@SophieZhou
Copy link

where is the smpl.pkl model? I have not found it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants