Nincs leírás

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

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