From 454858916786fb294ebdb4a300d88ed6a3ba930a Mon Sep 17 00:00:00 2001 From: Maxence Guindon Date: Fri, 5 Apr 2024 20:50:07 +0000 Subject: [PATCH] issue #51: fixing MD lint --- docs/nachet-model-documentation.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/nachet-model-documentation.md b/docs/nachet-model-documentation.md index 85f1429b..925cf95b 100644 --- a/docs/nachet-model-documentation.md +++ b/docs/nachet-model-documentation.md @@ -31,7 +31,12 @@ Nachet Interactive models' perform the following tasks: ### Request Inference Function -The request inference functions request a prediction from the specified model (such as Swin, Nachet-6seeds, etc.). If needed, the function will process the data to be readable by the next model in the pipeline. For instance, the Seed-detector only returns "seed" as a label, and its inference needs to be processed and passed to the next model which assigns the correct label to the seeds. +The request inference functions request a prediction from the specified model +(such as Swin, Nachet-6seeds, etc.). If needed, the function will process the +data to be readable by the next model in the pipeline. For instance, the +Seed-detector only returns "seed" as a label, and its inference needs to be +processed and passed to the next model which assigns the correct label to the +seeds. ## Return value of models @@ -95,7 +100,8 @@ This is useful in case were the user have is attention on more then 1 result. ### Box around seed -The `box` key stores the value for a specific box around a seed. This helps the frontend application build a red rectangle around every seed on the image. +The `box` key stores the value for a specific box around a seed. This helps the +frontend application build a red rectangle around every seed on the image. ![image](https://github.com/ai-cfia/nachet-backend/assets/96267006/469add8d-f40a-483f-b090-0ebcb7a8396b)