I need to download my data directory from the cloud hosted instance:

get_config_dir[source]

get_config_dir()

get_model_dir[source]

get_model_dir()

download_flyvec_data[source]

download_flyvec_data(outfile=None, force=False)

Download the zipped flyvec model from the cloud to a local file. If outfile is not provided, use (the OS's) TEMPDIR / 'flyvec-data.zip'

Extract the zipfile to the flyvec configuration directory (by default, ~/.cache/flyvec, inspired by huggingface)

unzip_data[source]

unzip_data(path_to_zipped_data, outdir=None)

Unzip the flyvec models to the config directory. If outdir is not provided, use default flyvec configuration dir

prepare_flyvec_data[source]

prepare_flyvec_data(force=False)

Create pipeline to download flyvec data with default settings.

Args: force: If true, don't check for existance of files