Data Downloading as per https://github.com/bocklab/temca2-catmaid/tree/master/download
1.0K
This script will download the entire traceable dataset (~12TB). It will do so one section at a time, checking
Note that the --dryrun flag can be used to test the download without extracting any of the images to disk.
First, install required libraries:
pip3 install requests progressbar2
Next, run the script specifying the directory you wish the data to be saved:
python3 download_sections.py --datapath /path/to/save/data/to
Suggested for MacOS without Python3 installed
Build the docker image:
docker build . -t fafb_download
Then run the container, being sure to mountain the destination volume:
docker run --volume /path/to/save/data/to:/data --rm --tty fafb_download --datapath /data
The script will automaticle create a file called checkpoints.txt in the download directory to keep track of complete sections. When resumed, the script will resume from where it left off.
Content type
Image
Digest
Size
193.9 MB
Last updated
over 8 years ago
docker pull rcourt/temca2-catmaid