beresandras / contrastive-classification-keras

Implementation of self-supervised image-level contrastive pretraining methods using Keras.
MIT License
69 stars 24 forks source link

Guide for dataset structure for custom image classification? #2

Open saifhassan opened 1 year ago

saifhassan commented 1 year ago

Hey @beresandras ,

It's a great contribution, I want to implement your code on custom dataset, Can you guide regarding structure of image classification dataset? and what things I will have to do for changes?

Thanks in advance