Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -55,6 +55,22 @@ pretty_name: DIS
|
|
55 |
size_categories:
|
56 |
- 1K<n<10K
|
57 |
---
|
58 |
-
#
|
59 |
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
size_categories:
|
56 |
- 1K<n<10K
|
57 |
---
|
58 |
+
# DIS5K
|
59 |
|
60 |
+
This dataset has been ported from [DIS](https://github.com/xuebinqin/DIS) more specifically taken from [drive_link](https://drive.google.com/file/d/1O1eIuXX1hlGsV7qx4eSkjH231q7G1by1/view?usp=sharing)
|
61 |
+
|
62 |
+
๐ dataset page: https://xuebinqin.github.io/dis/index.html
|
63 |
+
|
64 |
+
๐ github repo : https://github.com/xuebinqin/DIS
|
65 |
+
|
66 |
+
|
67 |
+
## Citation
|
68 |
+
Bibtex
|
69 |
+
```
|
70 |
+
@InProceedings{qin2022,
|
71 |
+
author={Xuebin Qin and Hang Dai and Xiaobin Hu and Deng-Ping Fan and Ling Shao and Luc Van Gool},
|
72 |
+
title={Highly Accurate Dichotomous Image Segmentation},
|
73 |
+
booktitle={ECCV},
|
74 |
+
year={2022}
|
75 |
+
}
|
76 |
+
```
|