Download Perceptimatic Dataset with Python

Python Configuration Script

The file perceptimatic_download_script.py in download_with_python folder enables to install the folder perceptimatic/ in the same directory. This folder will contain perceptimatic dataset, depending on the user’s needs. First, copy directory dataset download script in your project.

Then to install it, run in the terminal:

# in your project directory
cd download_with_python

python perceptimatic_download_script
     --data_to_load
         ["cogsci-2019", "zerospeech, pilot-july-2018", "pilot-aug-2018", "WorldVowels"]  # name of the subsets to load (can pick only a few of them)
     --data_folder_dir
         Perceptimatic/  # Name of data folder
     --download_option
         all  # download sound and annot. files + unzip them (or choose sound_only, annotations_only)