From 6c23755654acf5d8ddbf7d82c9a62838697c9de2 Mon Sep 17 00:00:00 2001 From: Holden Date: Sun, 14 Jun 2026 21:42:33 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20README=20accuracy=20=E2=80=94=20remove?= =?UTF-8?q?=20object-mode=20reference,=20correct=20:latest=20arch=20to=20a?= =?UTF-8?q?md64-only?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc1a302..84a89bd 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,7 @@ Immich library • Hard example weighting — low-confidence detections get a distance boost so unusual angles and harder looks are preferred over easy frontals • Adaptive mode: stops when the next candidate is too similar to those already - selected (distance threshold = 20 % of median pairwise distance for - faces, 10 % for objects) + selected (distance threshold = 20 % of median pairwise distance) │ ▼ 7. Download full-resolution originals from Immich @@ -85,7 +84,7 @@ Uploaded and rejected asset IDs are persisted across runs in a SQLite database ( | Tag | Arch | Acceleration | | :-- | :-- | :-- | -| `:latest` | amd64 + arm64 | NVIDIA CUDA 12.8 (amd64) · requires [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html) | +| `:latest` | amd64 | NVIDIA CUDA 12.8 · requires [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html) | | `:rocm` | amd64 | AMD ROCm · pass `/dev/kfd` + `/dev/dri` | | `:intel` | amd64 | Intel Arc / iGPU via OpenVINO · pass `/dev/dri`, set `OPENVINO_DEVICE=GPU` | | `:cpu` | amd64 + arm64 | CPU only · ~2 GB smaller · no GPU required |