not-lain commited on
Commit
05a5a76
ยท
verified ยท
1 Parent(s): 2469c43

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -2
README.md CHANGED
@@ -55,6 +55,22 @@ pretty_name: DIS
55
  size_categories:
56
  - 1K<n<10K
57
  ---
58
- # Dataset Card for "DIS5K"
59
 
60
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ ```