deep_sort_yolov3 / configs /yolov3.yaml
NamYeongCho's picture
Upload entire local dataset folder
443c61f verified
raw
history blame contribute delete
192 Bytes
YOLOV3:
CFG: "./detector/YOLOv3/cfg/yolo_v3.cfg"
WEIGHT: "./detector/YOLOv3/weight/yolov3.weights"
CLASS_NAMES: "./detector/YOLOv3/cfg/coco.names"
SCORE_THRESH: 0.5
NMS_THRESH: 0.4