A simple application to view data saved in DOTA format
pip3 install -r requirements.txt
pip3 install opencv-python-headless==4.7.0.72
python3 dota_viewer.py
optional arguments:
- --images-path Path to images folder
- --annotations-path Path to annotations json file
- --save-images-path Path to the folder for saving photos with annotations
- --save-masks-path Path to the folder for saving binary masks
Ctrl + WheelKey Zooming in and out
python3 dota_viewer.py --images-path ./dota/images/ --annotations-path ./dota/annotations/ --save-images-path ./dota/saved_images --save-masks-path ./dota/saved_masks
├── annotations
│ ├── P0000.txt
│ └── P0188.txt
├── images
│ ├── P0000.png
│ └── P0005.png