keras-yolo2 icon indicating copy to clipboard operation
keras-yolo2 copied to clipboard

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

Open jps892 opened this issue 5 years ago • 1 comments

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

jps892 avatar Nov 29 '19 10:11 jps892

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

badstones avatar Aug 24 '20 14:08 badstones