Git Product home page Git Product logo

rscup2019-object-detection-track-3th-solution's Introduction

RSCUP2019 object detection track 3th solution

Introduction

2019遥感图像稀疏表征与智能分析竞赛第三名方案

Major tricks

  • Mask RCNN 0.3541
  • Hybrid Task RCNN + deform conv 0.36633
  • expand bbox 0.364
  • cascade score thresh adopt to 0.5 0.366
  • small number class augmentation 0.372
  • cross_entropy weighted 0.369
  • sync BN 0.376
  • IOU sampler 0.383
  • pesudo label fine tune 0.362
  • balanced sampler 0.369
  • augmentation 0.40
  • 3 scale test 0.399
  • resnext101 0.41
  • scale2 finetune 0.43

Installation

Please refer to INSTALL.md for installation and dataset preparation.

PrepareData

python ./tools/prepare_data.py OR Dataprepare.ipynb

data will generate in ./data/rscup/annotation/ and ./data/rscup/train

Train

./tools/dist_train.sh ./configs/rscup/htc_next_3s.py <gpu_num>

Test

./tools/dist_test.sh ./configs/rscup/htc_next_3s.py ./work_dirs/htc_next_3s/epoch*.pth <gpu_num> \

--out test.pkl

Merge_result

python ./tools/merge_result.py

Convert2caffe

We achieved the converter from Hybrid Task cascade RCNN trained with mmdetection to Caffe.

Please refer " ".

rscup2019-object-detection-track-3th-solution's People

Contributors

cclauss avatar cizhenshi avatar donnyyou avatar dtennant avatar eugenelawrence avatar hellock avatar innerlee avatar joker316701882 avatar libuyu avatar lindahua avatar liushuchun avatar luodian avatar luxiin avatar lyuwenyu avatar lzhbrian avatar myownskyw7 avatar nattichai avatar oceanpang avatar ozps avatar patrick-llgc avatar slidelucask avatar sovrasov avatar stupidzz avatar thangvubk avatar xfguo-ucas avatar xvjiarui avatar ychfan avatar yhcao6 avatar zhangtemplar avatar zhihuagao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rscup2019-object-detection-track-3th-solution's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.