experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
MIT License
1.73k stars 787 forks source link

Training yolov2 with backend mobilenet on WIDER FACE dataset. val_mAP is very small 0.008 #440

Open jps892 opened 4 years ago

jps892 commented 4 years ago

I am training yolov2 with backend mobilenet on WIDER FACE dataset. val_mAP is very small 0.008 and val_loss is also not decreasing.

If object is very small, will changing grid size help? and can we change grid size for yolov2 with backend mobilenet?

Is there any pre-processing annotated dataset (resizing to 224x244 of image and anchor) required before training?

If you have trained yolov2 with mobilenet backend with any standard dataset please post the result.

here is loss, val_loss and val_mAP pattern:

Screenshot from 2019-11-29 13-34-10 Screenshot from 2019-11-29 13-34-39

badstones commented 3 years ago

I carry out mobilenet+yolov2 on VOC2007, the mAP is about 30% which is much lower than mobilenet2+yolov3, I don't know why