MaixPy_YoloV2 icon indicating copy to clipboard operation
MaixPy_YoloV2 copied to clipboard

YOLOv2 object detector training for a MAix-board

Results 4 MaixPy_YoloV2 issues
Sort by recently updated
recently updated
newest added

I always get the following error message when I try to train it on Google Colab. It works local and on Azure. RuntimeError Traceback (most recent call last) in ()...

I have used this code to train a 2-classes detection model with accuracy printed using "model.compile(loss=loss_func, optimizer=optimizer, metrics=['accuracy'])" in fit.py. As the training epoch increases, the trainging loss is decreases...

It is not working at all because loss_class always returns 0

I was following this [tutorial](https://lemariva.com/blog/2020/01/maixpy-object-detector-mobilenet-and-yolov2-sipeed-maix-dock), I started Docker as described in the tutorial and ran the first cell of the training.ipynb notebook and received this error can anybody help me?...