Skip to content

ouc-ocean-group/RRNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RRNet: A Hybrid Detector for Object Detection in Drone-captured Images

Changrui Chen, Yu Zhang, Qingxuan LV, Shuo Wei, andd Xiaorui Wang

This repo is created for ICCV Drones Detection 2019. We proposed RRNet, which is an anchor-free detector with a re-regression module.

🎉 We are the Honorable Mention to the challenge!

Architecture

Demo

Environment

  • PyTorch 1.1.0
  • python3+

Setup

cd ext/nms && make && cd ..

# Prepare Drones dataset in 'data' folder.

# For Training RRNet
cp scripts/RRNet/train.py ./
python3 train.py

# For evaluation
cp scripts/RRNet/eval.py ./
python3 eval.py

About

Code for RRNet: A Hybrid Detector for Object Detection in Drone-captured Images. ICCVw 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published