This commit is contained in:
Glenn Jocher 2018-09-04 14:38:20 +02:00
parent 3a0c16fbc2
commit 283a3d27a4
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ 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: 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 - 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") ![Alt](https://github.com/ultralytics/yolov3/blob/master/data/zidane_result.jpg "inference example")