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
While running auto_track.py on the generated keypoints3D, I'm getting the following error when setting the Window Size to specific sizes (like 10 in this example). I'm not sure how the logic of the tracking works, so I'm having difficulty tracing the reason behind this error. This error doesn't happen if I set the Window Size to 15, but it happens with most other window sizes. Traceback (most recent call last): File "apps/demo/auto_track.py", line 27, in <module> tracker.auto_track() File "/home/yafathi/EasyMocap/easymocap/assignment/track.py", line 41, in auto_track results = self.associate(results, edges) File "/home/yafathi/EasyMocap/easymocap/assignment/track.py", line 107, in associate frames_of_id[id1][nf0] = ni0 KeyError: 481
The text was updated successfully, but these errors were encountered:
While running auto_track.py on the generated keypoints3D, I'm getting the following error when setting the Window Size to specific sizes (like 10 in this example). I'm not sure how the logic of the tracking works, so I'm having difficulty tracing the reason behind this error. This error doesn't happen if I set the Window Size to 15, but it happens with most other window sizes.
Traceback (most recent call last): File "apps/demo/auto_track.py", line 27, in <module> tracker.auto_track() File "/home/yafathi/EasyMocap/easymocap/assignment/track.py", line 41, in auto_track results = self.associate(results, edges) File "/home/yafathi/EasyMocap/easymocap/assignment/track.py", line 107, in associate frames_of_id[id1][nf0] = ni0 KeyError: 481
The text was updated successfully, but these errors were encountered: