nolanzzz / mtmct

Design and Implementation of a Multi-Target Multi-Camera Tracking Solution
https://wiser.cas.mcmaster.ca/?docs=interactive-perception-on-edge-devices#6-toc-title
MIT License
78 stars 14 forks source link

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

Open ssbilakeri opened 2 years ago

ssbilakeri commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

Dear Nolan Zhang, Thank you for your quick response. How did you visualize multi camera tracking results. if you have some code that please share, it will help me a lot.

On Wed, Mar 30, 2022 at 10:55 PM Nolan Zhang @.***> wrote:

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 https://github.com/nolanzzz/mtmct/blob/main/evaluation/motmetrics_evaluation.py for the most part. Will try to fix this when time allows.

— Reply to this email directly, view it on GitHub https://github.com/nolanzzz/mtmct/issues/4#issuecomment-1083417450, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOOYJBOOGRKKRDDNXVGSXTLVCSFBRANCNFSM5SATJHAQ . You are receiving this because you authored the thread.Message ID: @.***>