README 635 B

123456789101112131415161718192021
  1. This is a script that can download, process, and save the animal images
  2. as a tensorflow dataset and as sets of png images.
  3. Usage:
  4. To run for the first time:
  5. python3 load-dataset.py
  6. To update the animal pictures from the ftp server:
  7. python3 load-dataset.py download
  8. python3 load-dataset.py -download
  9. python3 load-dataset.py --download
  10. python3 load-dataset.py d
  11. python3 load-dataset.py -d
  12. python3 load-dataset.py --d
  13. When run for the first time, it places a hidden file named
  14. ".isnotfirstdownload" in the base directory so that it will skip the
  15. download step.
  16. 2022 Stephen Stengel <stephen.stengel@cwu> and friends