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

running "multicam_trackwise_evaluation.py" gives me bellow error. Kindly help me the fix it #4

Open
ssbilakeri opened this issue Mar 30, 2022 · 2 comments

Comments

@ssbilakeri
Copy link

Traceback (most recent call last):
File "multicam_trackwise_evaluation.py", line 383, in
result = Multicam_trackwise_evaluation(dataset_folder="/home/mca/Downloads/wda_tracker-master/MTA_ext_short/test"
File "multicam_trackwise_evaluation.py", line 195, in evaluate
track_eval_res_df = self.get_track_eval_res_df(summary)
File "multicam_trackwise_evaluation.py", line 275, in get_track_eval_res_df
idx_hids = id_global_assignment["idx_hids"]
KeyError: 'idx_hids'

@nolanzzz
Copy link
Owner

This is an error from the original wda_tracker repository. I tried to fix it but failed. I suspect this is caused by a version difference on the motmetrics library, I used motmetrics_evaluation.py for the most part. Will try to fix this when time allows.

@ssbilakeri
Copy link
Author

ssbilakeri commented Mar 31, 2022 via email

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