yolov3-tiny-deepsort-pytorch-cardetection
yolov3-tiny-deepsort-pytorch-cardetection copied to clipboard
yolov3_tiny(add SE model)(pytorch 1cls for car),deep_sort(pytorch),mx150 GPU, 14 avg_fps
直接换了weights和cfg就报错了 \utils\draw.py", line 40 in draw_boxes111 id = int(identities[i]) #if identities is not None else 0 IndexError: index 10 is out of bounds for axis 0 with size 10
相比没加SE模块
Hello! I read your code, i saw the ./configs/yolov3.yaml is commented out, and how can i put car.names car.data or coco.names coco.data in your code? Thanks!