rohis commited on
Commit
c732cf4
·
verified ·
1 Parent(s): 1ca79d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -51,7 +51,7 @@ dataset_summary: '
51
 
52
  # Note: other available arguments include ''max_samples'', etc
53
 
54
- dataset = fouh.load_from_hub("rohis/DUTS")
55
 
56
 
57
  # Launch the App
@@ -102,11 +102,10 @@ session = fo.launch_app(dataset)
102
 
103
  ### Dataset Description
104
 
105
- <!-- Provide a longer summary of what this dataset is. -->
106
 
107
 
108
-
109
- - **Curated by:** Introduced by Wang et al. in [Learning to Detect Salient Objects With Image-Level Supervision](https://paperswithcode.com/paper/learning-to-detect-salient-objects-with-image)
110
  - **Language(s) (NLP):** en
111
  - **License:** unknown
112
 
 
51
 
52
  # Note: other available arguments include ''max_samples'', etc
53
 
54
+ dataset = fouh.load_from_hub("Voxel51/DUTS")
55
 
56
 
57
  # Launch the App
 
102
 
103
  ### Dataset Description
104
 
105
+ DUTS is a saliency detection dataset containing 10,553 training images and 5,019 test images. All training images are collected from the ImageNet DET training/val sets, while test images are collected from the ImageNet DET test set and the SUN data set. Both the training and test set contain very challenging scenarios for saliency detection. Accurate pixel-level ground truths are manually annotated by 50 subjects.
106
 
107
 
108
+ - **Curated by:** Lijun Wang, Huchuan Lu, Yifan Wang, Mengyang Feng, Dong Wang, Baocai Yin, and Xiang Ruan
 
109
  - **Language(s) (NLP):** en
110
  - **License:** unknown
111