orientedobjectdetection
Oriented Object Detection on DOTAv1.0
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.5%) to scientific vocabulary
Repository
Oriented Object Detection on DOTAv1.0
Basic Info
- Host: GitHub
- Owner: goodmayonnaise
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 22.4 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Introduction
JEONJIYOEN Oriented Object Detection CODE
Highlight
| Task | Dataset | AP | | ------------------------ | ------- | ------------------------------------ | | base(RotatedYOLOv8) | DOTA | 72.8 | | Prototype1 | DOTA | 78.1 | | Prototype2 | DOTA | 78.7 | | Prototype3 | DOTA | 79.4 | | Prototype4 | DOTA | 79.5 |
- 내용1
- 내용2
- 내용3
Demo
shell
./DEMO_jy
- use gradio demo page
Installation
MMRotate depends on PyTorch, MMCV and MMDetection. Below are quick steps for installation. Please refer to Install Guide for more detailed instruction.
```shell
docker build
docker run --name mmrotatejyjeon --gpus all --shm-size=1024gb -it -v mmrotatepath/:/mmrotate -v /home/data/:/mmrotate/data -e TZ=Asia/Seoul mmrotate ```
```shell
additaional installation
pip install gpustat pip install typing_extentsions pip install einops pip install tensorboard pip install setuptools==59.5.0 pip install timm ```
Get Started
```shell
train dist train
tools/dist_train.sh configs/jy/prototype.py
inference
python demo/imagedemojy.py workdirs/config.py workdirs/pth.pth
heatmap
python tools/heatmap.py python tools/heatmap/*.py ```
models info
| model info | config path | | --------------------- | ------------------------------------- | | MSDCN Head | configs/jy/msdcn-head.py | | MSDCN Head p3 to p6 | configs/jy/expaned-neck-msdcn-head.py | | objectness loss | configs/jy/objectness-loss.py | | | configs/jy/objectness-loss2.py | | | configs/jy/objectness-loss3.py | | prototype | configs/jy/prototype3.py | | | configs/jy/prototype4.py |