From 68f91f99edc05a9e239996371c0c11004f1e2fa7 Mon Sep 17 00:00:00 2001
From: Mike <michalwols@users.noreply.github.com>
Date: Wed, 29 Sep 2021 21:30:42 -0400
Subject: [PATCH] Fix arxiv link

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index acacca9..02ae5e7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # LOST 
 Pytorch implementation of the unsupervised object discovery method **LOST**. More details can be found in the paper:
 
-**Localizing Objects with Self-Supervised Transformers and no Labels** [[arXiv](https://arxiv.org/abs/)]  
+**Localizing Objects with Self-Supervised Transformers and no Labels** [[arXiv](https://arxiv.org/abs/2109.14279)]  
 by *Oriane Siméoni, Gilles Puy, Huy V. Vo, Simon Roburin, Spyros Gidaris, Andrei Bursuc, Patrick Pérez, Renaud Marlet and Jean Ponce*
 
 <div>
-- 
GitLab