Giter Site home page Giter Site logo

ceasc's Introduction

CEASC: Adaptive Sparse Convolutional Networks with Global Context Enhancement for Faster Object Detection on Drone Images

The repo is the official implementation of CEASC.

Our CEASC module is at mmdet/models/dense_heads

Our Sparse Convolution Implementation is at Sparse_conv

Our config file is at configs/UAV

Requirement

Please follow docs/en/get_started.md and install the mmdetection toolbox.

a. Install Pytorch 1.10.1

b. Install MMDetection toolbox, required mmdet >= 2.7.0, mmcv-full >= 1.4.2.

  • Our project utilizes mmdet == 2.24.1, mmcv-full == 1.5.1

c. Install albumentations and other packages.

pip install nltk
pip install -r requirements/albu.txt

d. Install our Sparse Convolution Implementation

cd ./Sparse_conv
python setup.py install
cd ..

Usage

1. Data preparation

You could download VisDrone and UAVDT dataset (COCO Format) from official links or from other repositories like UFPMP-Det.

2. Training

% training on a single GPU
python tools/train.py /path/to/config-file --work-dir /path/to/work-dir

% training on multi GPUs
bash tools/dist_train.sh /path/to/config-file num-gpus --work-dir /path/to/work-dir

Checkpoints:

We provide the following checkpoints:

3. Test

python tools/test.py /path/to/config-file /path/to/work-dir/latest.pth --eval bbox

Citation

If you find our paper or this project helps your research, please kindly consider citing our paper in your publication.

@misc{ceasc,
      title={Adaptive Sparse Convolutional Networks with Global Context Enhancement for Faster Object Detection on Drone Images}, 
      author={Bowei Du and Yecheng Huang and Jiaxin Chen and Di Huang},
      year={2023},
      eprint={2303.14488},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}

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.