keras-yolo3
keras-yolo3 copied to clipboard
Detecting with pre-trained model
After data labeling with YOLO_mark on the darknet and training custom data, I got a weights file and a cfg file. And I convert this weight file to h5 file via keras-yolo3.
And I tried to check the detection, but none of them are detected.
When using a pre-trained model, are there any files we need other than h5 files?
어떤식으로 detection 하신지 모르겠지만 class에 있는 물체가 포함된 이미지 넣으신게 맞나요?