You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
I think you will have better luck with darknet for the training part. I had issues with training being inaccurate, but using darknet directly to handle the part resolved my issues.
Hi,
I followed https://wiki.loliot.net/docs/lang/python/libraries/yolov4/python-yolov4-edge-tpu/ to train a model with only one class.
If I use the original yolov4-tiny.cfg, the training works normally.
However, if I set classes<59 in the .cfg file, I received such error:
Maybe this is a bug?
This is the training script is used:
and the "yolov4-tiny-relu_1.cfg" contains:
The text was updated successfully, but these errors were encountered: