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).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decreasing the number of grid cells

HAMZARaouia opened this issue · comments

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?