Roboflow has a pretty useful crop function in preprocessing tools that lets you crop a labeled image while preserving the labels; is there any way to use this to break a labeled image into multiple parts? For example, I have 10 images and want to break each of them into 10 parts, resulting in 100 images, while keeping all the labels’ positions intact.
Thanks, this was really helpful. Is there any way to regenerate the original images, with original labels? (i.e. combining labeled broken parts of objects into a single labeled original object)
So right now if I have 10 images and I tile each into 3x3, I’ll have 90 images after tiling. I can split these into train-val-test and I can achieve pretty good results on the test set after training. However, my original goal was to detect objects in the original untiled image. Is there a way to automatically visualize the original untiled image with all the labels and stuff that my model generated?