andy-yun / pytorch-0.4-yolov3

Yet Another Implimentation of Pytroch 0.4.1 and YoloV3 on python3
MIT License
279 stars 72 forks source link

How to test the images after training complete? #86

Open Naveennavik opened 4 years ago

Naveennavik commented 4 years ago

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

andy-yun commented 4 years ago

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