Skip to content

Tile (Slice) YOLO Dataset for Small Objects Detection

Notifications You must be signed in to change notification settings

nagi1995/yolo-tiling

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tile (Slice) YOLO Dataset for Small Objects Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%