Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.3 KB

Fork of brain train to generate backbone models for PEFSL project

setup dataset :

working environement :

You can install necessary package using pip :

pip install -r requirements.txt

Setup Datasets

This step is designed to prepare the datasets for later use. In a first place, you must dowload them, and put them into a directory. Once this is done, by running the following command, some meta-data about the dataset (per example number of class, number of samples per class) will be added as a dataset.json in the same folder.

Main available datasets (make sure the name are corrects : ) (check the script for all available datasets)

  • miniimagenetimages
  • tieredimagenet
  • cifar_fs
  • imagenet

linux :

python create_dataset_files.py --dataset-path path/to/datasets/folder

adapt the scripts :

change the dataset-path to correspond to your path to the scripts