sicara / easy-few-shot-learning

Ready-to-use code and tutorial notebooks to boost your way into few-shot learning for image classification.
MIT License
1.02k stars 140 forks source link

CIFAR-FS and FC-100 dataset #159

Open atti0127 opened 1 week ago

atti0127 commented 1 week ago

The above two datasets are also frequently used benchmarks in few-shot-learning

Do you have any plans to provide code support for that part?

ebennequin commented 6 days ago

I don't plan to add explicit code support for them, although I agree that it would be an interesting addition. I am confident however that you can easily use them in EasyFSL using FewShotDataset.

If you want to make a contribution with this, it will be greatly appreciated!