A mini dataset of lithology microscopic images is generated for both multi-class and binary classification tasks.
This repo contains the following items:
- Dataset Folder 'DS_Lithology_new':
- Dataset loader 'dataset_loader.py':
- An example 'DL_Lithology_microscopic_images_classification_task':
The folder 'DS_Lithology_new' is the Lithology-microscopic-images-mini-dataset and contains two sub-folders:
- The 'train_set': All train image samples are held in this sub-folder.
- The 'test_set': All test image samples are held in this sub-folder.
This function is provided to load and produce train and test sets.
In order to use the dataset, first you should download the folder 'DS_Lithology_new'. Then, use the 'dataset_loader.py' to load images (this function returns X_train, Y_train, X_test, Y_test).
This Dataset was developed under supervision of Dr. Keyvan RahimiZadeh and in collabotion with Prof. Amin Beheshti.