# 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/ ... ```