Skip to content

Skwarson96/dota-dataset-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dota-dataset-viewer

A simple application to view data saved in DOTA format

GIF

Installation

pip3 install -r requirements.txt
pip3 install opencv-python-headless==4.7.0.72 

Usage

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

Example

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

Releases

No releases published

Packages

No packages published

Languages