updates
This commit is contained in:
parent
ffd45ebf0c
commit
a21c131dd0
|
@ -46,7 +46,12 @@ HS**V** Intensity | +/- 50%
|
||||||
# Inference
|
# Inference
|
||||||
|
|
||||||
Run `detect.py` to apply trained weights to an image and visualize results, such as `zidane.jpg` from the `data/samples` folder, shown here.
|
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`
|
||||||
|

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

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