Skip to content
New issue

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

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

Already on GitHub? # to your account

KeyError in autotrack.py #161

Open
YoussefFathi opened this issue Jun 10, 2022 · 0 comments
Open

KeyError in autotrack.py #161

YoussefFathi opened this issue Jun 10, 2022 · 0 comments

Comments

@YoussefFathi
Copy link

YoussefFathi commented Jun 10, 2022

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

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

No branches or pull requests

1 participant