From 2c09745a9fea90b9802ff216ba0f78486c59de58 Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Sun, 8 Dec 2024 22:16:11 +0100 Subject: deeptagger: fix README.adoc instructions 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. --- deeptagger/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]*/||' \ -- cgit v1.2.3-70-g09d2