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

Decreasing the number of grid cells #419

Open HAMZARaouia opened 5 years ago

HAMZARaouia commented 5 years ago

I want to use a grid 3*3 for example, the presented backends have grids in {11, 13, 25}

Is there a recommended backend to use ? Or modifications to make?