Created
July 3, 2019 21:09
-
-
Save pbamotra/66330fc4f4b0a3cc09d621942748bbca to your computer and use it in GitHub Desktop.
DALI Post-1.3
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
$ wget -cq https://s3.amazonaws.com/content.udacity-data.com/courses/nd188/flower_data.zip \ | |
&& unzip -qq flower_data.zip \ | |
&& mkdir -p ./flower_data/flower_data_flat \ | |
&& find ./flower_data/train -mindepth 2 -type f -exec mv -t ./flower_data/flower_data_flat -i '{}' + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment