Bez popisu

Stephen 20167ca337 CHanged all filenames to be parsed with os.path so that they should work on windows. Testing required. před 2 roky
.gitignore e2d9b9e575 Made creating folders simpler. Made folder for saving augmented dataset as pngs. před 2 roky
README f84119cbc7 Minor edits. Updated README. před 2 roky
TODO f84119cbc7 Minor edits. Updated README. před 2 roky
load-dataset.py 20167ca337 CHanged all filenames to be parsed with os.path so that they should work on windows. Testing required. před 2 roky
useful-tutorials.txt 2aac5d9308 Updated a folder name to be consistent. Added a tutorial. před 2 roky

README

This is a script that can download, process, and save the animal images
as a tensorflow dataset and as sets of png images.

Usage:
To run for the first time:
python3 load-dataset.py

To update the animal pictures from the ftp server:
python3 load-dataset.py download
python3 load-dataset.py -download
python3 load-dataset.py --download
python3 load-dataset.py d
python3 load-dataset.py -d
python3 load-dataset.py --d

When run for the first time, it places a hidden file named
".isnotfirstdownload" in the base directory so that it will skip the
download step.

2022 Stephen Stengel and friends