wkentaro / pytorch-fcn

PyTorch Implementation of Fully Convolutional Networks. (Training code to reproduce the original result is available.)
MIT License
1.74k stars 480 forks source link

Citing this work #120

Closed bhashithe closed 5 years ago

bhashithe commented 5 years ago

Hey how would you go about and cite this repository?

wkentaro commented 5 years ago

I added below bib entry to the README by #121.

@misc{pytorch-fcn2017,
  author =       {Ketaro Wada},
  title =        {{pytorch-fcn: PyTorch Implementation of Fully Convolutional Networks}},
  howpublished = {\url{https://github.com/wkentaro/pytorch-fcn}},
  year =         {2017}
}
bhashithe commented 5 years ago

Thank you!