Skip to content

Releases: openfoodfacts/robotoff

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)

v1.18.2

10 Jan 15:12
Compare
Choose a tag to compare

1.18.2 (2023-01-10)

Bug Fixes

  • create and annotate logo insights in job (0e825ed)
  • display front image as default for regex-based brand insights (e898b1d)
  • fix server_domain bug (80730e4)
  • fix unit tests in test_question.py (a05d4ac)
  • improve BaseURLProvider class (5178bac)
  • improve import-logos CLI command (0e1e92b)
  • remove CachedStore use in products.py (57b0970)
  • use correct image subdomain for slack notifications (1345e94)
  • use image.openfoodfacts.* as default server for serving images (70aceee)

v1.18.1

03 Jan 10:03
Compare
Choose a tag to compare

1.18.1 (2022-12-30)

Bug Fixes

  • delete robotoff.utils.types module (e8949da)
  • fix /dump route (27dd472)
  • fix unit and integration tests (ab17fd2)
  • improve /insights/dump route (bc9029c)
  • improve annotator classes and logo annotation tests (3a7fc7a)
  • improve handling of deleted images in import_image.py (2d24a99)
  • return xx name if exists in taxonomy.get_localized_name() (64c9175)
  • save confidence score in Prediction.confidence (1aebdc5)
  • turn a warning log into an info (f1fa4b9)
  • use directly LogoAnnotation.{barcode,source_image} (e31cedb)

Documentation

  • improve API documentation (3b5c607)
  • improve documentation on Robotoff maintenance (75b1459)

v1.18.0

29 Dec 09:33
Compare
Choose a tag to compare

1.18.0 (2022-12-29)

Features

Bug Fixes

  • fix condition check for logo processing (ba72538)