download_data
convert_rda_to_csv(root, dataset_name)
Convert RDA files to CSV for specific datasets.
Source code in src/data/preprocessing/download_data.py
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 | |
download_auxiliary_files(root, dataset_name)
Download auxiliary resources not covered by DatasetLibrary for a specific dataset.
Source code in src/data/preprocessing/download_data.py
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | |
load_or_download_dataset(dataset_name, data_path, download=False)
Load or download a dataset based on the flag.
Source code in src/data/preprocessing/download_data.py
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | |
prepare_dataset_definition(dataset_name)
Prepare dataset definition with gaze files disabled.
Source code in src/data/preprocessing/download_data.py
73 74 75 76 77 78 79 80 | |