Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 770 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 770 Bytes

YOLO Dataset tiling script

Tile (slice) YOLO Dataset for Small Objects Detection

Image source

Annotations should be in yolo format

In old version version of source code, if the image is of dimensions 1360 x 765, and tile size is 512, then 1024 x 512 image is only tiled and remaining is lost

Here, the dimensions are scaled upwards to nearest multiple of tile size (1536 x 1024 in this case) and images are tiled and annotations are modified according to new dimensions

Please compare the results in old version and this version