barcode: 0735173207047
| worker | time | comment |
|---|---|---|
| high_1 | 11:00:49.536 | import image 1.jpg |
| low_1 | 11:00:49,740 | logo object detection image 1.jpg |
| high_1 | 11:00:49.746 | finish import image 1.jpg |
| low_2 | 11:00:51.822 | import image job |
| # /// script | |
| # requires-python = ">=3.11" | |
| # dependencies = [ | |
| # "google-genai==1.32.0", | |
| # "pydantic==2.11.7", | |
| # "openfoodfacts==2.9.0", | |
| # "Pillow==11.3.0", | |
| # "typer==0.17.3", | |
| # ] | |
| # /// |
| # /// script | |
| # dependencies = [ | |
| # "openfoodfacts==2.8.0", | |
| # "typer==0.16.0", | |
| # ] | |
| # /// | |
| """This script reverts changes made to specific fields of products in the Open Food | |
| Facts database, using the Open Food Facts API. |
| from pprint import pprint | |
| from PIL import Image | |
| from robotoff.prediction.category.neural.keras_category_classifier_3_0.preprocessing import ( | |
| get_ingredient_processor, | |
| ) | |
| from robotoff.prediction.ocr.core import get_ocr_result | |
| from robotoff.prediction.ocr.dataclass import ( | |
| OCRFullTextAnnotation, |
| en:alcoholic-beverages | |
| en:artisan-products | |
| en:baby-foods | |
| en:bakery-products | |
| en:bee-products | |
| en:belgian-meat-products | |
| en:beverages | |
| en:biscuits-and-cakes | |
| en:breaded-products | |
| en:breakfasts |
| #!/bin/bash | |
| # Clone triton repository and go to v2.26.0 branch: | |
| # https://github.com/triton-inference-server/server/tree/v2.26.0 | |
| set -euo pipefail | |
| IFS=$'\n\t' | |
| VERSION='22.09' |
| scikit-learn==0.23.2 | |
| datasets==1.1.3 | |
| torch==1.7.0 | |
| transformers==3.5.1 |