GithubHelp home page GithubHelp logo

ddgrcf / dfdet Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 2.0 7.85 MB

Offical Implementation for Oriented Object Detection via Contextual Dependence Mining and Penalty-Incentive Allocation

License: Apache License 2.0

Python 84.24% C++ 7.91% Cuda 7.63% Shell 0.22%

dfdet's Introduction

โœจ๐““๐“•๐““๐“ฎ๐“ฝโœจ

Typing SVG

Introduction

This is the official implementation๐Ÿข of DFDet, which is implemented on OBBDetection

Update

  • (2023-05-20) Release DFDet๐Ÿ”ฅ.

Installation

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

Get Started

How to use OBBDetection

If you want to train or test a oriented model, please refer to oriented_model_starting.md.

How to Start DFDet

To help you start quickly, I prepare a simple bash script

Train

config=/path/to/config && work_dir=/path/to/work_dir && cuda=(device_id, like 0, 1, 2, 3 ...)
bash my_exps/train.sh ${config} ${work_dir} ${cuda}

Test

config=/path/to/config && ckpt=/path/to/checkpoint && save_dir=/path/to/results_save_dir && cuda=(same as above)
bash my_exps/test.sh ${config} ${ckpt} ${save_dir} ${cuda}

How to Deploy DFDet

TODO:

Cite

TODO:

License

This project is released under the Apache 2.0 license.

dfdet's People

Contributors

ddgrcf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

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.