diff --git a/configs/segmenter/README.md b/configs/segmenter/README.md index c072956fd..1d092a12d 100644 --- a/configs/segmenter/README.md +++ b/configs/segmenter/README.md @@ -22,10 +22,11 @@ Image segmentation is often ambiguous at the level of individual image patches a ```bibtex -@article{strudel2021Segmenter, - title={Segmenter: Transformer for Semantic Segmentation}, - author={Strudel, Robin and Ricardo, Garcia, and Laptev, Ivan and Schmid, Cordelia}, - journal={arXiv preprint arXiv:2105.05633}, +@inproceedings{strudel2021segmenter, + title={Segmenter: Transformer for semantic segmentation}, + author={Strudel, Robin and Garcia, Ricardo and Laptev, Ivan and Schmid, Cordelia}, + booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision}, + pages={7262--7272}, year={2021} } ```