xinshuoweng / AB3DMOT

(IROS 2020, ECCVW 2020) Official Python Implementation for "3D Multi-Object Tracking: A Baseline and New Evaluation Metrics"
http://www.xinshuoweng.com/
Other
1.66k stars 403 forks source link

real-time data #114

Closed PardisTaghavi closed 1 year ago

PardisTaghavi commented 1 year ago

Thank you for your work. Do you have any suggestion how I can use this code for real-time data without saving any file?

cat722 commented 1 year ago

@PardisTaghavi Hello, Have you found a solution for how to use this code for real-time data yet? Thanks!

PardisTaghavi commented 1 year ago

Hello @cat722, yes I did that, I just didn't have time yet to put everything on github. I try to publish the code this week. thanks

PardisTaghavi commented 1 year ago

here is the update of the code: https://github.com/PardisTaghavi/real_time_tracking_AB3DMOT I hope it would be helpful.

cat722 commented 1 year ago

here is the update of the code: https://github.com/PardisTaghavi/real_time_tracking_AB3DMOT I hope it would be helpful.

It's very helpful. Thank you for your great work!!!