Skip to content
/ CLIP-M3 Public

A streamlined Approach to Multimodal Few-Shot Class Incremental Learning for Fine-Grained Datasets (CLIP-M3)

Notifications You must be signed in to change notification settings

tldoan/CLIP-M3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A streamlined Approach to Multimodal Few-Shot Class Incremental Learning for Fine-Grained Datasets (CLIP-M3)

Preprint

We release our three introduced fine-grained datasets below: (Code coming soon)

FGVCAircraft

gdown https://www.robots.ox.ac.uk/~vgg/data/fgvc-aircraft/archives/fgvc-aircraft-2013b.tar.gz;
tar -xzf fgvc-aircraft-2013b.tar.gz;
    

StanfordCars

pip install kaggle;
kaggle datasets download -d jessicali9530/stanford-cars-dataset -p [FOLDER];
unzip stanford-cars-dataset.zip;
    

iNF200

Our dataset is comprised of the 200 first Fungi classes from iNaturalist. Train and test sets available here. Since the labels for the test set are not available, we used the validation set for evaluation.

'iNF200_dict.pkl' contains:

  • Train set meta data
  • Test set meta data
  • labels to classnames
  • classname to label

About

A streamlined Approach to Multimodal Few-Shot Class Incremental Learning for Fine-Grained Datasets (CLIP-M3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published