danielle2035's picture
Add file
d32e728
|
Raw
History Blame Contribute Delete
502 Bytes
# Dataset
Download the Intel Image Classification dataset from Kaggle:
https://www.kaggle.com/datasets/puneet6060/intel-image-classification
Extract and place in this structure:
```
ml/data/
β”œβ”€β”€ seg_train/
β”‚ └── seg_train/
β”‚ β”œβ”€β”€ buildings/
β”‚ β”œβ”€β”€ forest/
β”‚ β”œβ”€β”€ glacier/
β”‚ β”œβ”€β”€ mountain/
β”‚ β”œβ”€β”€ sea/
β”‚ └── street/
└── seg_test/
└── seg_test/
β”œβ”€β”€ buildings/
...
```