Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Repository
The official implementation of CEASC
Basic Info
- Host: GitHub
- Owner: Cuogeihong
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 15 MB
Statistics
- Stars: 119
- Watchers: 1
- Forks: 15
- Open Issues: 32
- Releases: 0
Metadata Files
README.md
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.
shell
pip install nltk
pip install -r requirements/albu.txt
d. Install our Sparse Convolution Implementation
shell
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
```shell % 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: - GFL v1 baseline, corresponding to baselinegflres18_visdrone: Google Drive - GFL v1 CEASC, corresponding to dynamicgflres18_visdrone: Google Drive - RetinaNet baseline, corresponding to baselineretinanetres18_visdrone: Google Drive - RetinaNet CEASC, corresponding to dynamicretinanetres18_visdrone: Google Drive
3. Test
shell
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}
}
Owner
- Login: Cuogeihong
- Kind: user
- Repositories: 1
- Profile: https://github.com/Cuogeihong
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - name: "MMDetection Contributors" title: "OpenMMLab Detection Toolbox and Benchmark" date-released: 2018-08-22 url: "https://github.com/open-mmlab/mmdetection" license: Apache-2.0
GitHub Events
Total
- Issues event: 5
- Watch event: 22
- Issue comment event: 23
- Fork event: 1
Last Year
- Issues event: 5
- Watch event: 22
- Issue comment event: 23
- Fork event: 1
Dependencies
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v1.0.10 composite
- codecov/codecov-action v2 composite
- actions/checkout v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
- pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
- albumentations >=0.3.2
- cython *
- numpy *
- docutils ==0.16.0
- myst-parser *
- sphinx ==4.0.2
- sphinx-copybutton *
- sphinx_markdown_tables *
- sphinx_rtd_theme ==0.5.2
- mmcv-full >=1.3.17
- cityscapesscripts *
- imagecorruptions *
- scipy *
- sklearn *
- timm *
- mmcv *
- torch *
- torchvision *
- matplotlib *
- numpy *
- pycocotools *
- six *
- terminaltables *
- asynctest * test
- codecov * test
- flake8 * test
- interrogate * test
- isort ==4.3.21 test
- kwarray * test
- onnx ==1.7.0 test
- onnxruntime >=1.8.0 test
- pytest * test
- ubelt * test
- xdoctest >=0.10.0 test
- yapf * test