yehengchen / Object-Detection-and-Tracking

Object Detection and Multi-Object Tracking
MIT License
1.82k stars 753 forks source link

Modify the convert.py file path and the anchor filename #110

Open h123a456rr789y opened 2 years ago

h123a456rr789y commented 2 years ago
  1. Modify the convert.py weights_path as user suppose the model to be in the model_data directory
    -    weights_path = 'yolov4.weights'
    +    weights_path = 'model_data/yolov4.weights'
  2. Rename the model_data/yolo_anchors.txt to model_data/yolo4_anchors.txt