updates
This commit is contained in:
parent
9c3d9dca97
commit
47df31a270
|
@ -47,10 +47,10 @@ HS**V** Intensity | +/- 50%
|
|||
|
||||
Run `detect.py` to apply trained weights to an image and visualize results, such as `zidane.jpg` from the `data/samples` folder, shown here.
|
||||
|
||||
`detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt`
|
||||
**YOLOv3:** `detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt`
|
||||

|
||||
|
||||
`detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt`
|
||||
**YOLOv3-tiny:** `detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt`
|
||||

|
||||
|
||||
# Pretrained Weights
|
||||
|
|
Loading…
Reference in New Issue