thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

No Results (box) on my own trained YOLO V2 model #1089

Open YOLOAI opened 4 years ago

YOLOAI commented 4 years ago

Hello everyone,

Can everybody help me solve this issue? I saw couple guys post the same question, but I still can't find any solution about this.

I was able to train my own YOLO model according to the instruction here and when I tried to test the model, it won't work.

When test the image, the results showed

'GPU mode with 1.0 usage Finished in 8.454403400421143s [] Process finished with exit code 0'

When test using Webcam, it start the camera but no prediction box showed.

P.S. When I using the YOLO pre-trained model, everything is fine, I can open the webcam and detect objectives no problem.

Thanks guys.