obendidi / Tracking-with-darkflow

Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
GNU General Public License v3.0
524 stars 174 forks source link

Working with different data #24

Open ashnarayan13 opened 6 years ago

ashnarayan13 commented 6 years ago

Hi,

I wanted to know if this same tracking approach of deep_sort can be used for tracking with RADAR data. If it can work on this, how do I change my inputs? I want to avoid radar - camera fusion and instead pass the detections from the RADAR directly to a tracker.

Thanks!

obendidi commented 6 years ago

the training scripts for deep sort are not yet released , but you can infer the network architecture from this script and the training params from their paper , and then you just need to feed it your detection in each frame