Aucune description

Stephen c747a70cdf CHanged size of images. il y a 2 ans
.gitignore e2d9b9e575 Made creating folders simpler. Made folder for saving augmented dataset as pngs. il y a 2 ans
Dockerfile 8562e4cf48 Added option to run loader with dockerfile il y a 2 ans
README f84119cbc7 Minor edits. Updated README. il y a 2 ans
TODO f84119cbc7 Minor edits. Updated README. il y a 2 ans
load-dataset.py c747a70cdf CHanged size of images. il y a 2 ans
runWithDockerContainer_WINDOWS_GPU.bat dc3f38631d Added docker configs for gpu and no-gpu il y a 2 ans
runWithDockerContainer_WINDOWS_NO_GPU.bat dc3f38631d Added docker configs for gpu and no-gpu il y a 2 ans
useful-tutorials.txt df7449ea81 One more tutorial il y a 2 ans

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