This commit is contained in:
Glenn Jocher 2018-09-04 14:39:48 +02:00
parent 283a3d27a4
commit f88b2bd153
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ HS**V** Intensity | +/- 50%
Checkpoints are saved in `/checkpoints` directory. Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from the `data/samples` folder, shown here. Alternatively you can use the official YOLOv3 weights:
- PyTorch format: https://storage.googleapis.com/ultralytics/yolov3.pt
- darknet format: https://pjreddie.com/media/files/yolov3.weights
- Darknet format: https://pjreddie.com/media/files/yolov3.weights
![Alt](https://github.com/ultralytics/yolov3/blob/master/data/zidane_result.jpg "inference example")