thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

How to change the grid dimensions ? #1031

Open sinhatushar opened 5 years ago

sinhatushar commented 5 years ago

Original YOLO9000 implementation divides the 416x416 image into 13x13 square grids where each square grid of size 32x32 (416/13 = 32). I want to divide the image into 208x1 grids such that each grid size is 2x416 (rectangular grid shape).

What all changes do I need to make in the network and at other places in the implementation?

RamShankarKumar commented 5 years ago

I am facing the same problem.....how can I change the grid size in darkflow folder

sinhatushar commented 5 years ago

@thtrieu , @abagshaw , @zayfod , @Dhruv-Mohan can you please help ?

STRENCH0 commented 5 years ago

Dividing is proceed by pooling layers