Skip to content

Instantly share code, notes, and snippets.

@fabito
Created July 11, 2018 03:09
Show Gist options
  • Save fabito/4b072016e48ffb7c5f3a2ede3a28156e to your computer and use it in GitHub Desktop.
Save fabito/4b072016e48ffb7c5f3a2ede3a28156e to your computer and use it in GitHub Desktop.
Downloading a dataset with Morghulis
# create the directory where the dataset will be downloaded
mkdir -p ${HOME}/datasets/FDDB
# download the dataset
docker run --rm -it \
-v ${HOME}/datasets/:/datasets \
housebw/morghulis-browser morghulis.download --dataset=fddb --output_dir=/datasets/FDDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment