initial readme

This commit is contained in:
Xuebin Qin 2020-05-04 11:46:15 -06:00 committed by GitHub
parent 91a9f4bae9
commit 224b07fd7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,27 @@
# U-2-Net
The code for our newly accepted paper in Pattern Recognition 2020: "U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection."
## The code will be released soon (2020-May-05) !
## Architecture
![U^2-Net architecture](U2NETPR.png)
## Quantitative Comparison
![Quantitative Comparison](quan_1.png)
![Quantitative Comparison](quan_2.png)
## Qualitative Comparison
![Qualitative Comparison](qual.png)
## Citation
```
@InProceedings{Qin_2020_PR,
author = {Qin, Xuebin and Zhang, Zichen and Huang, Chenyang and Dehghan, Masood and Zaiane, Osmar and Jagersand, Martin},
title = {U^2-Net: Going Deeper with Nested U-Structure for Salient Object Detection},
booktitle = {Pattern Recognition},
year = {2020}
}
```