Closed chenjx1005 closed 3 years ago
Hi chenjx,
Thanks for your interest! For question one, according to our implementation and experiments of others, the Reid result is not empty. Would u mind providing more information about your results? i.e. you directly run the test bash with our provided model or use the model trained by yourself. Also, would u mind providing the track3.txt generated here? For question two, there are some redundant vehicle ids, but I didn't remember that number is so large. Anyway, for the official metric, redundant id won't affect the final performance.
Sry, just notice your printed results. The first dict of the output is the re-id dict and the second one is the filtering dict.
reid_dict,rm_dict = calc_reid(result) print(rm_dict,reid_dict)
rm_dict is the output is the re-id dict and reid_dict is the filtering dict?
Sry, just notice your printed results. The first dict of the output is the re-id dict and the second one is the filtering dict.
No. The first dict of the output is the remove dict and the second one is the re-id dict.
the reid dict should look like 770: {'dis': 11.902046, 'id': 2638}, 365: {'dis': 11.598312, 'id': 2639}, 437: {'dis': 10.53886, 'id': 2640}, 164: {'dis': 9.796799, 'id': 2642}
@chenjx1005 I meet the same problem. Have you solved this? Thanks.
@Hlings No. I give up using this project. The result of this solution has many repeated lines, which causes the evaluation code gives a much higher score than it should have. This is a bug of the AIC20 and has been fixed in AIC21.
Thank you for your sharing. When I try to reproduce your result, I find two problems .
1 .the reid_dict in https://github.com/KevinQian97/ELECTRICITY-MTMC/blob/master/identifier/test.py#L66 is a empty dict. That is the final result is just the single camera tracking result without vehicle_id in rm_dict.