pytorch-0.4-yolov3 icon indicating copy to clipboard operation
pytorch-0.4-yolov3 copied to clipboard

How to test the images after training complete?

Open Naveennavik opened this issue 5 years ago • 1 comments

I have trained successfully how to test the images in this code? @andy-yun @mickolka @carry-xz

Naveennavik avatar Nov 25 '19 12:11 Naveennavik

python detect.py cfg/yolo_v3.cfg yolov3.weights data/dog.jpg data/coco.names
see README.md in the root.

andy-yun avatar Nov 26 '19 07:11 andy-yun