JunweiLiang / Object_Detection_Tracking

Out-of-the-box code and models for CMU's object detection and tracking system for multi-camera surveillance videos. Speed optimized Faster-RCNN model. Tensorflow based. Also supports EfficientDet. WACVW'20
MIT License
479 stars 134 forks source link

Is the code for multi-camera tracking and reid working? #44

Open Jame1766 opened 2 years ago

Jame1766 commented 2 years ago

Thanks for the great work on multi-cam tracking, it helped me a lot. I would like to ask you, is the code you provided for multi-camera tracking and reid working? Or is it currently incomplete?

I'm sorry that some words may not be very polite. Since I'm from China and I'm not very familiar with spoken English, I hope you can forgive me.

JunweiLiang commented 2 years ago

Please refer to the code here: https://github.com/JunweiLiang/Object_Detection_Tracking/blob/master/multi_video_reid.py It is missing some steps to produce necessary files and I currently don't have time to add them. Please only use it as a reference.

Jame1766 commented 2 years ago

Thank you for your reply!

Jame1766 commented 2 years ago

Do you have any plans to add these required documents in the near future? I feel it is very difficult to understand the code without these files.

dFuong commented 1 year ago

@JunweiLiang Can you release missing files? I need your help.