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