Skip to content

A collection of bibfiles related to computer vision for efficiency

Notifications You must be signed in to change notification settings

hkzhang95/Awesome-CV-bibfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 

Repository files navigation

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 than girshick14CVPR 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

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}
}

About

A collection of bibfiles related to computer vision for efficiency

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages