Datasets:
File size: 1,668 Bytes
b9c3e62 00706be b9c3e62 00706be b9c3e62 aa19895 444a2e4 b9c3e62 aa19895 444a2e4 00706be b9c3e62 aa19895 444a2e4 00706be b9c3e62 aa19895 444a2e4 aa19895 b9c3e62 05a5a76 b9c3e62 05a5a76 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
---
configs:
- config_name: default
data_files:
- split: DIS_TR
path: data/DIS_TR-*
- split: DIS_VD
path: data/DIS_VD-*
- split: DIS_TE1
path: data/DIS_TE1-*
- split: DIS_TE2
path: data/DIS_TE2-*
- split: DIS_TE3
path: data/DIS_TE3-*
- split: DIS_TE4
path: data/DIS_TE4-*
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype: image
- name: image_name
dtype: string
- name: label_name
dtype: string
splits:
- name: DIS_TR
num_bytes: 2737152846
num_examples: 3000
- name: DIS_VD
num_bytes: 479763364
num_examples: 470
- name: DIS_TE1
num_bytes: 405675934
num_examples: 500
- name: DIS_TE2
num_bytes: 487107590
num_examples: 500
- name: DIS_TE3
num_bytes: 600442112
num_examples: 500
- name: DIS_TE4
num_bytes: 676361173
num_examples: 500
download_size: 0
dataset_size: 5386503019
license: apache-2.0
task_categories:
- image-segmentation
tags:
- dichotomous-image-segmentation
- dis
pretty_name: DIS
size_categories:
- 1K<n<10K
---
# DIS5K
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)
🔗 dataset page: https://xuebinqin.github.io/dis/index.html
🔗 github repo : https://github.com/xuebinqin/DIS
## Citation
Bibtex
```
@InProceedings{qin2022,
author={Xuebin Qin and Hang Dai and Xiaobin Hu and Deng-Ping Fan and Ling Shao and Luc Van Gool},
title={Highly Accurate Dichotomous Image Segmentation},
booktitle={ECCV},
year={2022}
}
```
|