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?
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?