Guanghan / ROLO

ROLO is short for Recurrent YOLO, aimed at simultaneous object detection and tracking
Apache License 2.0
879 stars 278 forks source link

Is it Possible to apply this code to multiple object tracking? #44

Open MADONOKOUKI opened 5 years ago

MADONOKOUKI commented 5 years ago

@Guanghan If it's possible, I want know how to edit this code for multuple object tracking?

MADONOKOUKI commented 5 years ago

seq_dets = np.loadtxt('3rd_party/sort-master/output/%s.txt'%(sequence_name),delimiter=',') #load detections i ca't use this point

pratikkulkarni228 commented 5 years ago

Hi @MADONOKOUKI . If you look at the MOT16 benchmark, it contains a folder named 'det' which has detections. Did you try setting that path? (I havent tried this yet) Let me know if it works. Thanks