This repository contains data processing tools in CV, including object detection, oriented object detection, segmentation, change detection, gan, video classification etc.
Object Detection:
- Convert datasets format from voc to yolo or yolo to voc.
- Convert datasets from yolo to coco or coco to yolo.
- Visualizing data in voc or yolo or coco format.
Rotated Object Detection:
-
Visualizing dota datasets or data submission datasets: for checking whether the gt is right.
# DOTA format: imgname score x1 y1 x2 y2 x3 y3 x4 y4 # DOTA submission format: x1 y1 x2 y2 x3 y3 x4 y4 class_name difficult
Thanks for:



