Skip to content

Commit

Permalink
issue #51: fixing MD lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxence Guindon committed Apr 5, 2024
1 parent d20a4e2 commit 4548589
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/nachet-model-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit 4548589

Please sign in to comment.