Open tino926 opened 3 years ago
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.
v3 training is not yet supported. I agree with @hitch22. Train with darknet.
I've seen a lot of code implemented with tensorflow and pytorch, but I haven't yet seen a library that implements the training part of darknet well.
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: