DIS5K / README.md
not-lain's picture
Update README.md
05a5a76 verified
---
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}
}
```