---
license: mit
task_categories:
- image-segmentation
- image-classification
tags:
- medical
- material
- industry
---
# 📘 Custom Dataset
Custom dataset provides both anomalib and YOLO format datasets.
You can import it with the Huggingface way, or just clone it from GitHub and download it to your local machine. How to use the IADBE platform, check details [here](https://github.com/cjy513203427/IADBE/blob/master/README.md).
Use Huggingface
```python
from datasets import load_dataset
ds = load_dataset("gt111lk/IADBE_Custom_Dataset")
```
Use Git Clone
```bash
git clone https://huggingface.co/datasets/gt111lk/IADBE_Custom_Dataset
```