updates
This commit is contained in:
parent
3a0c16fbc2
commit
283a3d27a4
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue