yaswanthgali commited on
Commit
71e4eac
·
verified ·
1 Parent(s): 0ec56c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -67,4 +67,16 @@ plt.imshow(preds[0])
67
  plt.axis("off")
68
  plt.title("Semantic Segmentation")
69
  plt.show()
70
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  plt.axis("off")
68
  plt.title("Semantic Segmentation")
69
  plt.show()
70
+ ```
71
+
72
+
73
+ ## Citation
74
+ If you find our work useful, please consider citing us as:
75
+ ```bibtex
76
+ @inproceedings{kerssies2025eomt,
77
+ author = {Kerssies, Tommie and Cavagnero, Niccolò and Hermans, Alexander and Norouzi, Narges and Averta, Giuseppe and Leibe, Bastian and Dubbelman, Gijs and de Geus, Daan},
78
+ title = {Your ViT is Secretly an Image Segmentation Model},
79
+ booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
80
+ year = {2025},
81
+ }
82
+ ```