shnew / R2IPoints

Codes for R2IPoints : Pursuing Rotation-Insensitive Point Representation for Aerial Object Detection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

R2IPoints : Pursuing Rotation-Insensitive Point Representation for Aerial Object Detection

Codes for R2IPoints : Pursuing Rotation-Insensitive Point Representation for Aerial Object Detection.

The overview of R2IPoints:

overview

Getting Started

Prerequisties

  • pip install torch==1.1.0
  • pip install torchvision==0.3.0
  • pip install mmdet==1.2.0
  • pip install mmcv==0.3.1
  • pip install -r requirements/build.txt
  • pip install -v -e .

Datasets preparation

Quick start

  • python tools/train.py ./configs/R2IPoints/R2IPoints_moment_r101_fpn_2x_DIOR.py
  • python tools/test.py ./configs/R2IPoints/R2IPoints_moment_r101_fpn_2x_DIOR.py ${CHECKPOINT_FILE} --eval mAP

Pre-trained models

About

Codes for R2IPoints : Pursuing Rotation-Insensitive Point Representation for Aerial Object Detection.


Languages

Language:Python 86.7%Language:Cuda 7.8%Language:C++ 5.4%Language:Shell 0.1%Language:Dockerfile 0.0%