off-nutrition-table-extractor icon indicating copy to clipboard operation
off-nutrition-table-extractor copied to clipboard

Important: Please have a look at the higher level issue in Robotoff: openfoodfacts/robotoff#372 This is an old model and we have made progress since then.

Results 31 off-nutrition-table-extractor issues
Sort by recently updated
recently updated
newest added

### What I am new to the Django thing, I went through the code repository, can someone please explain in brief the steps to run the nutrition table code through...

question

This projekt seems to be moved to [openfoodfacts-ai/nutrition-table-extraction](https://github.com/openfoodfacts/openfoodfacts-ai/tree/master/nutrition-table-extraction) we should probably archive this repository and add a link to the README. @teolemon

Where can i find the dataset of back images of food packet?

We are using two different model, one for detecting tables and the other to detect text inside the table. Though their outputs are different, calculations in the initial layers of...

enhancement
Future proofing

Getting below error when i run the code TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'

Any chance of including the TS Lite model?

Currently, we are running and testing the pipeline from command line tool using the `python` command. We want to host the pipeline to a server for real-time inference and detection...

help wanted
good first issue

As the name suggests, this algorithm maps all the text blobs in accordance with their spacial position and append the text with the help of that mapping. During the time...

enhancement
help wanted
good first issue

Currently, we are using the following filters before sending the images for OCR: `RGB` -> `Grayscale` -> `GaussianBlur` -> `Grayscale` -> `RGB` The problem we are facing is that some...

enhancement
good first issue

Bumps [numpy](https://github.com/numpy/numpy) from 1.13.3 to 1.23.4. Release notes Sourced from numpy's releases. v1.23.4 NumPy 1.23.4 Release Notes NumPy 1.23.4 is a maintenance release that fixes bugs discovered after the 1.23.3...

dependencies
python