diff options
Diffstat (limited to 'deeptagger')
| -rw-r--r-- | deeptagger/README.adoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/deeptagger/README.adoc b/deeptagger/README.adoc index c42d3f9..fea2c0e 100644 --- a/deeptagger/README.adoc +++ b/deeptagger/README.adoc @@ -53,7 +53,7 @@ Tagging galleries  The appropriate invocation depends on your machine, and the chosen model.  Unless you have a powerful machine, or use a fast model, it may take forever. - $ find "$GALLERY/images" -type f \ + $ find "$GALLERY/images" -type l \     | build/deeptagger --pipe -b 16 -t 0.5 \       models/ml_caformer_m36_dec-5-97527.model \     | sed 's|[^\t]*/||' \ | 
