kazuto1011 / deeplab-pytorch

PyTorch re-implementation of DeepLab v2 on COCO-Stuff / PASCAL VOC datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to refer to your work?

wuhao9714 opened this issue · comments

commented

Hi,
The code is very helpful to my work. How can I cite your work in my paper? Quote 'deeplab' or paste the URL, or whatever?

Thank you for using my codes! I have found three types:

  • Paste the URL in an official code repository.
  • Paste the URL in a footnote.
  • Cite with the bibtex like below.
@misc{nakashima2018deeplab,
  author       = {Kazuto Nakashima},
  title        = {deeplab-pytorch},
  publisher    = {GitHub},
  journal      = {GitHub repository},
  howpublished = {\url{https://github.com/kazuto1011/deeplab-pytorch}},
  year         = {2018},
  commit       = {}
}

The last one might be proper but few. You can choose whatever you like.