femtodet
Official codes of ICCV2023 paper: <<FemtoDet: an object detection baseline for energy versus performance tradeoffs>>
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.0%) to scientific vocabulary
Repository
Official codes of ICCV2023 paper: <<FemtoDet: an object detection baseline for energy versus performance tradeoffs>>
Basic Info
Statistics
- Stars: 63
- Watchers: 7
- Forks: 5
- Open Issues: 7
- Releases: 0
Metadata Files
README.md
FemtoDet
Official codes of ICCV2023 paper: <
Dependencies
- Python 3.8
- Torch 1.9.1+cu111
- Torchvision 0.10.1+cu111
- mmcv-full 1.4.2
- mmdet 2.23.0
Installation
Do it as mmdetection had done.
Preparation
- Download the dataset.
We mainly train FemtoDet on Pascal VOC 0712, you should firstly download the datasets. By default, we assume the dataset is stored in ./data/.
- Dataset preparation.
Then, you can move all images to ./data/voc2coco/jpeg/;you can use our converted coco format annotation files(umbz) and put these files to ./data/voc2coco/annotations/; finally, the directory structure is
*data/voc2coco
*jpeg
*2008_003841.jpg
*...
*annotations
*trainvoc_annotations.json
*testvoc_annotations.json
- Download the initialized models.
We trained our designed backbone on ImageNet 1k, and used it for the inite weights)(hx8k) of FemtoDet.
FemtoDet/weights/*
Training
bash ./tools/train_femtodet.sh 4
Results (trained on VOC) and Models
trained model and logs download (7aok) ```
| Detector | Params | box AP50 | Config |
| | | 37.1 | ./configs/femtoDet/femtodet0stage.py | ----------------------------------------------------- | FemtoDet | 68.77k | 40.4 | ./configs/femtoDet/femtodet1stage.py | ----------------------------------------------------- | | | 44.4 | ./configs/femtoDet/femtodet_2stage.py | -----------------------------------------------------
| | | 46.5 | ./configs/femtoDet/femtodet_3stage.py |
```
Links of Deployment (exploring to onnx) and FemtoDet in mmdet3 versions.
References
If you find the code useful for your research, please consider citing:
bib
@InProceedings{Tu_2023_ICCV,
author = {Tu, Peng and Xie, Xu and Ai, Guo and Li, Yuexiang and Huang, Yawen and Zheng, Yefeng},
title = {FemtoDet: An Object Detection Baseline for Energy Versus Performance Tradeoffs},
booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
month = {October},
year = {2023},
pages = {13318-13327}
}
@misc{tu2023femtodet,
title={FemtoDet: An Object Detection Baseline for Energy Versus Performance Tradeoffs},
author={Peng Tu and Xu Xie and Guo AI and Yuexiang Li and Yawen Huang and Yefeng Zheng},
year={2023},
eprint={2301.06719},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
Owner
- Login: yh-pengtu
- Kind: user
- Repositories: 2
- Profile: https://github.com/yh-pengtu
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: 1
- Watch event: 6
Last Year
- Issues event: 1
- Watch event: 6
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 1
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 1
- Total pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- peterhuang621 (1)
- gwgknudayanga (1)
Pull Request Authors
- yhpengtu (1)
Top Labels
Issue Labels
Pull Request Labels
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
- recommonmark *
- sphinx ==4.0.2
- sphinx-copybutton *
- sphinx_markdown_tables *
- sphinx_rtd_theme ==0.5.2
- mmcv-full >=1.3.17
- cityscapesscripts *
- imagecorruptions *
- scikit-learn *
- scipy *
- 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