deeptagger: fix README.adoc instructions
All checks were successful
Alpine 3.20 Success
Debian Bookworm Success

The images are under normal circumstances all symlinks.

What we're actually trying to express is `-not -type d`,
however that is not completely portable.
This commit is contained in:
Přemysl Eric Janouch 2024-12-08 22:16:11 +01:00
parent beb7c5e337
commit 2c09745a9f
Signed by: p
GPG Key ID: A0420B94F92B9493

View File

@ -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]*/||' \