Created
July 11, 2018 03:09
-
-
Save fabito/4b072016e48ffb7c5f3a2ede3a28156e to your computer and use it in GitHub Desktop.
Downloading a dataset with Morghulis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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