Science Score: 39.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: floatingstarZ
  • License: apache-2.0
  • Language: Python
  • Default Branch: master
  • Size: 6.18 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

[![PyPI](https://img.shields.io/pypi/v/mmdet)](https://pypi.org/project/mmdet) [![docs](https://img.shields.io/badge/docs-latest-blue)](https://mmdetection.readthedocs.io/en/latest/) [![badge](https://github.com/open-mmlab/mmdetection/workflows/build/badge.svg)](https://github.com/open-mmlab/mmdetection/actions) [![codecov](https://codecov.io/gh/open-mmlab/mmdetection/branch/master/graph/badge.svg)](https://codecov.io/gh/open-mmlab/mmdetection) [![license](https://img.shields.io/github/license/open-mmlab/mmdetection.svg)](https://github.com/open-mmlab/mmdetection/blob/master/LICENSE) [![open issues](https://isitmaintained.com/badge/open/open-mmlab/mmdetection.svg)](https://github.com/open-mmlab/mmdetection/issues) [Documentation](https://mmdetection.readthedocs.io/en/v2.18.1/) | [Installation](https://mmdetection.readthedocs.io/en/v2.18.1/get_started.html) | [Model Zoo](https://mmdetection.readthedocs.io/zh_CN/v2.18.1/model_zoo.html) | [Update News](https://mmdetection.readthedocs.io/en/v2.18.1/changelog.html) | [Ongoing Projects](https://github.com/open-mmlab/mmdetection/projects) | [Reporting Issues](https://github.com/open-mmlab/mmdetection/issues/new/choose)

DAFNet: Introduction

The repository is a code implementation of DAFNet. Since the dataset is private, we only provide the code. We provide an implementation based on Faster R-CNN, and other detection methods can be implemented with minor changes.

The configurations of all fusion methods can be found in ./DAFNet_configs

where: ./DAFNetconfigs/DAFNetfasterrcnnAFF.py is our DAFNet

DAFNet: Installation

You can prepare the environment by following steps:

conda create -n DAFNet python=3.9 -y

conda activate DAFNet

pip install torch==1.10.1+cu102

pip install torchvision==0.11.2

pip install -r requirements/build.txt

pip install mmcv-full

pip install tifffile

python setup.py develop

DAFNet: Usage

Please follow the guidance of MMDetection

Citation

If you use this toolbox or benchmark in your research, please cite this project.

@ARTICLE{10081347, author={Huang, Ziyue and Liu, Qingjie and Zhou, Huanyu and Gao, Guangshuai and Xu, Tao and Wen, Qi and Wang, Yunhong}, journal={IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing}, title={Building Detection from Panchromatic and Multi-spectral Images with Dual-stream Asymmetric Fusion Networks}, year={2023}, volume={}, number={}, pages={1-14}, doi={10.1109/JSTARS.2023.3261866}} @article{mmdetection, title = {{MMDetection}: Open MMLab Detection Toolbox and Benchmark}, author = {Chen, Kai and Wang, Jiaqi and Pang, Jiangmiao and Cao, Yuhang and Xiong, Yu and Li, Xiaoxiao and Sun, Shuyang and Feng, Wansen and Liu, Ziwei and Xu, Jiarui and Zhang, Zheng and Cheng, Dazhi and Zhu, Chenchen and Cheng, Tianheng and Zhao, Qijie and Li, Buyu and Lu, Xin and Zhu, Rui and Wu, Yue and Dai, Jifeng and Wang, Jingdong and Shi, Jianping and Ouyang, Wanli and Loy, Chen Change and Lin, Dahua}, journal= {arXiv preprint arXiv:1906.07155}, year={2019} }

Owner

  • Login: floatingstarZ
  • Kind: user

GitHub Events

Total
  • Watch event: 1
Last Year
  • Watch event: 1

Dependencies

.github/workflows/build.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v1.0.10 composite
  • codecov/codecov-action v2 composite
.github/workflows/build_pat.yml actions
  • actions/checkout v2 composite
.github/workflows/deploy.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
docker/Dockerfile docker
  • pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
docker/serve/Dockerfile docker
  • pytorch/pytorch ${PYTORCH}-cuda${CUDA}-cudnn${CUDNN}-devel build
requirements/build.txt pypi
  • cython *
  • numpy *
requirements/docs.txt pypi
  • docutils ==0.16.0
  • recommonmark *
  • sphinx ==4.0.2
  • sphinx-copybutton *
  • sphinx_markdown_tables *
  • sphinx_rtd_theme ==0.5.2
requirements/mminstall.txt pypi
  • mmcv-full >=1.3.17
requirements/optional.txt pypi
  • cityscapesscripts *
  • imagecorruptions *
  • scipy *
  • sklearn *
requirements/readthedocs.txt pypi
  • mmcv *
  • torch *
  • torchvision *
requirements/runtime.txt pypi
  • matplotlib *
  • numpy *
  • pycocotools *
  • pycocotools-windows *
  • six *
  • terminaltables *
requirements/tests.txt pypi
  • asynctest * test
  • codecov * test
  • flake8 * test
  • interrogate * test
  • isort ==4.3.21 test
  • kwarray * test
  • mmtrack * test
  • onnx ==1.7.0 test
  • onnxruntime >=1.8.0 test
  • pytest * test
  • ubelt * test
  • xdoctest >=0.10.0 test
  • yapf * test
requirements.txt pypi
setup.py pypi