Awesome-CV-bibfiles
Awesome-CV-bibfiles copied to clipboard
A collection of bibfiles related to computer vision for efficiency
Awesome-CV-bibfiles
A collection of bibfiles related to computer vision for efficiency
Highlights
- Bibfiles are organized by category
- Short name of the method is used as the index of reference item such as
RCNN
rather thangirshick14CVPR
for efficient retrieval
Contributing
Please feel free to send pull requests. You can follow the templates of the reference item for more efficient cooperations.
Table of Contents
- Image Classification
- 2D General Object Detection
- Human Detection
- 2D Semantic Segmentation
- Image Level Weakly Supervised Segmentation
Templates
- Recommended indentation: 4 spaces
- Drop one line between reference items
Conference paper
@inproceedings{index_name,
author = {A and B and C},
title = {title},
booktitle = {abbreviation form of the conference, such as CVPR and ICCV},
year = {xxxx}
}
Specially, for the Arxiv version:
@article{index_name,
author = {A and B and C},
title = {title},
journal = {arXiv preprint arXiv:xxxx.xxxxx},
year = {xxxx}
}
Journal paper
@article{index_name,
author = {A and B and C},
title = {title},
volume = {volume},
number = {number},
pages = {start-end},
journal = {Abbreviation form of the journal, such as IJCV and T-PAMI},
year = {xxxx}
}