Cascade Rotated RetinaNet
cascade rotated RetinaNet for arbitrary-oriented object detection
Install / Use
npx skills add ming71/Cascade-Rotated-RetinaNetInstalls into whichever agent you are using.
README
Cascade-Rotated-RetinaNet
The codes build rotated cascade retinanet for arbitrary-oriented object detection. It supports the following datasets: DOTA, HRSC2016, ICDAR2013, ICDAR2015, UCAS-AOD, NWPU VHR-10, VOC2007, MSRA-TD500.
Getting Started
Installation
cd $ROOT/utils
sh make.sh
cd $ROOT/datasets/DOTA_devkit
sudo apt-get install swig
swig -c++ -python polyiou.i
python setup.py build_ext --inplace
pip install requirements.txt
pip install git+git://github.com/lehduong/torch-warmup-lr.git
Inference
python demo.py
Train
- prepare dataset and move it into the
$ROOTdirectory. - generate imageset files:
cd $ROOT/datasets
python generate_imageset.py
- start training:
python train.py
Evaluation
prepare labels, take hrsc for example:
cd $ROOT/datasets/evaluate
python hrsc2gt.py
start evaluation:
python eval.py
Detections


Contact me
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
