AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.75k stars 7.96k forks source link

Tile big image into N small images #6922

Open panca1 opened 4 years ago

panca1 commented 4 years ago

Hi, how can I implement image tiling on darknet? For example I have an image 3840x2160, and I want to tile it into 4 images of 1920x1080, or also in 8 tiles. So I can run a net with small size and receive in ouput better results, than run a small network size on 3840x2160. How can I do it? There's a fast way to do it?

stephanecharette commented 4 years ago

If you are on Linux, DarkHelp has some simple support for image tiling: https://www.ccoderun.ca/darkhelp/api/Tiling.html