IndexError on line 65 in file app.py uniq ref: ce44ed3
chrisjsimpson opened this issue · 0 comments
chrisjsimpson commented
_v3_tiny.cfg
Download the weights
wget https://pjreddie.com/media/files/yolov3-tiny.weights
Convert the weights to TensorFlow
python3 convert.py yolov3-tiny.cfg yolov3-tiny.weights model_data/yolo_weights.tf
Run the training
python3 train.py
Run the detection
python3 detect.py