keras-yolo3 icon indicating copy to clipboard operation
keras-yolo3 copied to clipboard

Detecting with pre-trained model

Open yr-lee7 opened this issue 4 years ago • 1 comments

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?

yr-lee7 avatar Nov 11 '20 07:11 yr-lee7

어떤식으로 detection 하신지 모르겠지만 class에 있는 물체가 포함된 이미지 넣으신게 맞나요?

pgw928 avatar Dec 19 '20 07:12 pgw928