Created
September 5, 2018 14:31
-
-
Save hawkeye64/8bd5c1a7eba8fb4d58b6df223ee115ea to your computer and use it in GitHub Desktop.
Linux command to run "classify" on images (with Color in name and extension .jpg)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type f -name "*Color*.jpg" -exec classify --image "{}" --confidence 30 \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment