Skip to content

Commit

Permalink
docs: fix markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Nov 22, 2024
1 parent d46052f commit 1d68bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/references/predictions/nutrient-extraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ We only create an insight if we detected at least one nutrient value that is not

[^other_nutrient_detection]: Using a fixed set of classes is not the best approach when we have many classes. It however allows us to use LayoutLM architecture, which is very performant for this task, even when the nutrition table is hard to read due to packaging deformations or alterations. To detect the long-tail of nutrients, approaches using graph-based approach, where we would map a nutrient mention to its value, could be explored in the future.

[^extract_nutrition_job]: See function `robotoff.workers.tasks.import_image.extract_nutrition_job`

[^predict_function]: In `robotoff.prediction.nutrition_extraction` module

[^extract_nutrition_job]: See function `robotoff.workers.tasks.import_image.extract_nutrition_job`

[^import_mechanism]: See [this page](../../explanations/predictions.md) for more details

[^nutrient_extraction_import]: See `NutrientExtractionImporter.generate_candidates` for implementation

0 comments on commit 1d68bc9

Please sign in to comment.