You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:To my understanding, the smpl file refers to a frame index that is not present in the
instances_info.json
file. Any ideas?The text was updated successfully, but these errors were encountered: