Open edwardnguyen1705 opened 3 days ago
Thank you for reporting the issue. As you mentioned, our method allowed violations of spatial and temporal constraints in MCPT.
We are currently working on a comprehensive update to the program, which includes addressing this issue. We might release an improved version of the program after the next AI City Challenge, so we would appreciate your patience in the meantime.
Additionally, we pushed a new version of the program to the develop branch today. If you plan to make improvements to the program, we recommend using the version in the develop branch.
It's possible that setting the check_sc_overlap
parameter in MCPT to True
might resolve the issue. However, since the current implementation is not optimal, the results might not meet your expectations.
Thank you for your understanding, and please feel free to reach out with further questions.
Dear @riips and @ryuto-yoshida ,
Thank you for sharing one of your great work and congratulation!
I have successfully run your code on my use case. In my use case, there are two overlapped cameras. However, the results are not what I expected. The same
GlobalOfflineID
is assigned to more than one person at the same time (frame), but what you state in the paper that this cannot be happened (allowed) due to violation of spatial and temporal constraints?I would like to end you the output video and all the data as well. Would it be possible that you could take a look and point out what I need to fix? I really appreciate your time.
Output video: https://drive.google.com/file/d/1lOLqHQBRC9bpiNIwKibwy7UqPU9yWDkV/view?usp=drive_link Data: https://drive.google.com/file/d/1XrI4BlQEZ3pVnJoCXPIUDheT_okO5I5W/view?usp=drive_link Data structure
Here is the code I use to do visualization.