deep_sort_pytorch icon indicating copy to clipboard operation
deep_sort_pytorch copied to clipboard

is there any better detection algorithms?

Open antoniolq opened this issue 4 years ago • 3 comments

I replace YoloV3 with EfficientDet(0-7) as detection part. But I found the results are worse than before?The error detection is more frequent with low fps(only 5 in D0). Have someone found some better detection algorithms, which has higher mAP and fps? Also I tested it on MOT16, the metrics especiaclly MOTA are very bad, what's the reason? Can I compare it with the algorithms on Board directly? My application is for realtime, but they are not appliable. Thank you very much. Look forward to your reply!

antoniolq avatar Apr 20 '20 03:04 antoniolq

You can try Yolo v4

pvti avatar Apr 25 '20 16:04 pvti

You can try Yolo v4

hello,could you tell me how to change yolov3 to yolov4?Simply changing the cfg and the weight seems not work. Thanks!

pauli-lab avatar May 10 '20 11:05 pauli-lab

@pauli-lab Try this one

https://github.com/LeonLok/Deep-SORT-YOLOv4

MuhammadAsadJaved avatar Aug 24 '20 10:08 MuhammadAsadJaved