bubbliiiing / yolov4-tiny-tf2

这是一个YoloV4-tiny-tf2的源码,可以用于训练自己的模型。
MIT License
134 stars 47 forks source link

No box found on Predict.py #17

Open terryll opened 2 years ago

terryll commented 2 years ago

I'm not able to find boxes when run the Predict.PY. I went through all the search and different parameters without luck. Any suggestion on direction to try would be greatly appreciated. The custom data are 4 classes. Only data in one classes. Train.py run without issue. loss is 0.09 Predict.py run without error, but not boxes is found.

Environments: Windows 10, GPU, 416x416 model_path = "model_data/yolov4_tiny_weights_coco.h5 Thanks in advance,