From 5d369ed30058bb2555e0d160a6b4a4bbfc190912 Mon Sep 17 00:00:00 2001 From: Tim Koornstra <89044870+TimKoornstra@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:48:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f51db4e..5e5fcd0 100644 --- a/README.md +++ b/README.md @@ -272,6 +272,8 @@ LOGHI_MAX_QUEUE_SIZE # Default: "10000": Maximum size of the processing queu LOGHI_PATIENCE # Default: "0.5": Maximum time to wait for new images before predicting current batch ``` +**Important Note:** The `LOGHI_MODEL_PATH` must include a `config.json` file that contains at least the `channels` key, along with its corresponding model value. This file is expected to be automatically generated during the training or fine-tuning process of a model. Older versions of Loghi-HTR (< 1.2.10) did not do this automatically, so please be aware that our `generic-2023-02-15` model lacks this file by default and is configured to use 1 channel. + **GPU Options:** ```bash