From 30cee09ddbde04f16dbe38e459316f59f77143b7 Mon Sep 17 00:00:00 2001 From: Xuebin Qin Date: Mon, 18 May 2020 12:19:05 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 454dfa3..a21b60d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ __Contact__: xuebin[at]ualberta[dot]ca ## Updates !!! -**(2020-May-16)** The official paper of our **U^2-Net (U square net)** ([**PDF in elsevier**](https://www.sciencedirect.com/science/article/pii/S0031320320302077?dgcid=author), [**PDF in arxiv**](https://webdocs.cs.ualberta.ca/~xuebin/U2Net_PR_2020.pdf)) is now available. If you are not able to access that, please feel free to drop me an email. +**(2020-May-18)** The official paper of our **U^2-Net (U square net)** ([**PDF in elsevier**](https://www.sciencedirect.com/science/article/pii/S0031320320302077?dgcid=author), [**PDF in arxiv**](https://webdocs.cs.ualberta.ca/~xuebin/U2Net_PR_2020.pdf)) is now available. If you are not able to access that, please feel free to drop me an email. **(2020-May-16)** We fixed the upsampling issue of the network. Now, the model should be able to handle **arbitrary input size**. (Tips: This modification is to facilitate the retraining of U^2-Net on your own datasets. When using our pre-trained model on SOD datasets, please keep the input size as 320x32 to guarantee the performance.)