My dataset is annotated using rotated bounding box annotation tool having (x1y1 x2y2 x3y3 x4y4 class category) is label format (same as DOTA).
My data directory contains:
- images
- train (txt labels)
- val (txt labels)
- test (txt labels)
I want to augment training folder along with annotations. What is the best tool/library that can help me achieve this?