File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,17 @@ For more informations, refeer to the helper:
4545
4646[-u|--url] is required
4747usage: deepsort [-h|--help] -u|--url "<value>" -i|--input "<value>"
48- [-d|--dry-run]
48+ [-d|--dry-run] [-R|--recursive]
4949
5050 AI powered image tagger backed by DeepDetect
5151
5252Arguments:
5353
54- -h --help Print help information
55- -u --url URL of your DeepDetect instance (i.e: http://localhost:8080)
56- -i --input Your input folder.
57- -d --dry-run Just classify images and return results, do not apply.
54+ -h --help Print help information
55+ -u --url URL of your DeepDetect instance (i.e: http://localhost:8080)
56+ -i --input Your input folder.
57+ -d --dry-run Just classify images and return results, do not apply.
58+ -R --recursive Process files recursively.
5859```
5960
6061# (Really really quick) Benchmark
You can’t perform that action at this time.
0 commit comments