Skip to content

Releases: openfoodfacts/robotoff

v1.23.1

17 Mar 00:13
Compare
Choose a tag to compare

1.23.1 (2023-03-16)

Bug Fixes

  • always select deepest categorized nodes in category importer (aba33f8)
  • improve healthcheck status check messages (e24e136)

v1.23.0

15 Mar 09:36
Compare
Choose a tag to compare

1.23.0 (2023-03-15)

Features

  • add missing_category campaign to track products without categories (b103e66)
  • cache image embeddings in DB (ImageEmbedding table) (ba25c75)
  • store neighbor categories for v3 categorizer models (8d1d727)
  • use keras new v3 model as default to predict categories (c0f55cf)
  • use keras v3 model as default (a2d23a3)
  • use keras_image_embeddings_3_0 by default in categorize CLI (737716e)

Bug Fixes

  • allow to specify LOG_LEVEL in .env file (50a3aa4)
  • deprecate campaign parameter in /questions* (82c26fe)
  • exclude some categories from predictions (503fa8d)
  • fix bug in save_image_embeddings (a600502)
  • fix bug that occurs when image are missing in images table (1968f56)
  • fix edge-case bug when no image is available (fac1ab1)
  • fix newly introduced bug in category importer (a1bb507)
  • fix serialization bug in predict (1a69ab2)
  • fix SonarCloud-detected bug in BaseURLProvider (290a3fb)
  • fix unit tests (61c6177)
  • fix unit tests (0a3702f)
  • ignore predicted category if it no longer exist in taxonomy (c3c4fbe)
  • move save_image function to new robotoff.images module (6efdaf2)
  • pass stub as argument in predict for easier testing (807c157)
  • relax checks in save_images function (bcf998f)
  • remove legacy unit tests (6f3e5e2)

Documentation

  • add comment in build_triton_request function (cf1e8db)
  • add documentation about category prediction (0a21476)

v1.22.1

13 Mar 03:15
Compare
Choose a tag to compare

1.22.1 (2023-03-13)

Bug Fixes

  • don't generate image embedding/fetch OCR texts if not required (93fc96d)

v1.22.0

13 Mar 02:49
Compare
Choose a tag to compare

1.22.0 (2023-03-12)

Features

  • add model with image embeddings as input (d79bbc2)

Bug Fixes

  • add authentication for .net Product Opener when fetching products (18cbb20)
  • add object detection label assets to repository (c925558)
  • add support for git LFS (d6db888)
  • disable cat matcher (en) for partial matches (649c016)
  • don't keep numpy ndarray in debug.inputs dict (64e7124)
  • fix integration test (b2b4f5a)
  • increase CLIP max_batch_size to 32 (a39d61a)
  • refactor category predictor data structure (812a406)
  • update code after code review #1061 (deb20d8)
  • update PUT /images/logos/LOGO_ID route to accept null value field (2e488ab)

Documentation

  • add docstring (b4ace04)
  • add documentation about install of git lfs (1cd9866)
  • add documentation in metrics.py (0ce2b0e)

v1.21.0

28 Feb 09:28
Compare
Choose a tag to compare

1.21.0 (2023-02-28)

Features

  • add new category classification models (60d167d)
  • return debug information in /predict/category route (5b2b392)

Bug Fixes

  • fix category predictions (347c72c)
  • remove unused functions (5b0f1ae)
  • silence false-positive mypy error (337777d)
  • update /predict/category schema (f86c098)
  • update poetry lock file (48d921c)

Documentation

  • improve documentation in v3 category predictor code (675e056)

v1.20.2

06 Feb 14:03
Compare
Choose a tag to compare

1.20.2 (2023-02-06)

Bug Fixes

  • adapt for autoblack (93e75ca)
  • add new question to robotoff.pot (b13d505)
  • manually cropping and resizing of logos before CLIP processor (2a660e0)

v1.20.1

30 Jan 15:26
Compare
Choose a tag to compare

1.20.1 (2023-01-30)

Bug Fixes

  • add packaging to default types for questions (8c2988f)

v1.20.0

30 Jan 14:42
Compare
Choose a tag to compare

1.20.0 (2023-01-29)

Features

  • add detailed packaging detection (4916845)
  • add packaging formatter and annotator (cd6ec75)
  • add PackagingImporter (ce9af41)
  • implement new packaging API (3e292f5)

Bug Fixes

  • add brand to taxonomy exclude list (fe39f1d)
  • add water brand to taxonomy exclude list (50cb021)
  • increase memory limit of robotoff api service to 4G (9cb2454)
  • increase MongoDB timeout from 5s to 10s (6fc1a0d)
  • remove legacy code (b209707)

Documentation

  • add section about robotoff models (738cc9a)
  • adding ann benchmark (ede4330)
  • Adding ann-doc in Robotoff Technical References (4090568)
  • changing the link of the code (eb7cd85)
  • correcting mistakes in the doc (84a6370)
  • english trad (2254126)
  • fix typo (5bdcb33)

v1.19.1

23 Jan 09:01
Compare
Choose a tag to compare

1.19.1 (2023-01-17)

Bug Fixes

  • disable nutrition table detection (d9fa78b)
  • fix UPDATE_LOGO_SCHEMA JSON schema (d6a4b22)

v1.19.0

16 Jan 13:19
Compare
Choose a tag to compare

1.19.0 (2023-01-16)

Features

  • allow users to filter by confidence in /questions (8af5719)

Bug Fixes

  • fix UnboundLocalError exception (6c3ea9a)