cmd-helpfile.txt 559 B

1234567891011121314151617181920
  1. Animal Crossing Project Animal Sorter
  2. Command Line Version
  3. This is the command line only version of the Animal Sorter!
  4. It takes a folder of pictures and sorts them into folders based on what
  5. the machine learing model thinks they are.
  6. The original images are not deleted.
  7. Usage:
  8. ./cmdsorting.exe inputs-folder outputs-folder
  9. Example:
  10. ./cmdsorting.exe a-few-pics test-outputs
  11. You may need to specify the full path to these folders if they are not
  12. in the same folder as cmdsorting.exe
  13. Copyright 2022 Stephen Stengel <stephen.stengel@cwu.edu> and friends