d43ce9c4e7597376c049230841ff32c3b6ca7592
Add an option for taking the list of input files from a text file: ./autotag -i files.txt This is useful in conjunction with the `find` command: find ~/images/ -name '*.jpg' | ./autotag -i -
Description