deep_sort_pytorch
deep_sort_pytorch copied to clipboard
is there any better detection algorithms?
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!
You can try Yolo v4
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 Try this one
https://github.com/LeonLok/Deep-SORT-YOLOv4