Merged
Conversation
See openfoodfacts/openfoodfacts-python#417 for more information. I also: - added a `nms` parameter to the image prediction route for easier debugging. - fixed a bug when calling the bbox visualization function: we filtered out bboxes with confidence < 0.5, and only displayed up to 20 bboxes. We now display all bounding boxes.
66658d6 to
727b4de
Compare
raphael0202
pushed a commit
that referenced
this pull request
Feb 10, 2026
🤖 I have created a release *beep* *boop* --- ## [1.85.2](v1.85.1...v1.85.2) (2026-02-05) ### Bug Fixes * don't run category prediction with new nutrition schema ([#1844](#1844)) ([7d7c868](7d7c868)) * fix issue with NMS ([#1841](#1841)) ([af6116d](af6116d)) * Greek translations in robotoff.po ([897774d](897774d)) * **openapi:** Fix logo_id path param in /ann/search/{logo_id} ([#1840](#1840)) ([2a1a191](2a1a191)) ### Technical * add documentation on llm-image-extraction dataset type ([#1835](#1835)) ([f68cfd8](f68cfd8)) * add reference on object detection datasets stored on HF ([#1822](#1822)) ([720606c](720606c)) * avoid crashes when the new nutrition schema is deployed ([#1837](#1837)) ([5af00f1](5af00f1)) * **deps-dev:** bump virtualenv from 20.31.2 to 20.36.1 ([#1829](#1829)) ([171c5e5](171c5e5)) * **deps-dev:** bump werkzeug from 3.1.3 to 3.1.4 ([#1815](#1815)) ([edbca02](edbca02)) * **deps-dev:** bump werkzeug from 3.1.4 to 3.1.5 ([#1828](#1828)) ([8916437](8916437)) * **deps:** bump filelock from 3.18.0 to 3.20.1 ([#1824](#1824)) ([92c685b](92c685b)) * **deps:** bump filelock from 3.20.1 to 3.20.3 ([#1830](#1830)) ([32b3a22](32b3a22)) * **deps:** bump fonttools from 4.58.1 to 4.61.0 ([#1814](#1814)) ([a2d9f9e](a2d9f9e)) * **deps:** bump pyasn1 from 0.6.1 to 0.6.2 ([#1831](#1831)) ([6491348](6491348)) * **deps:** bump the all-actions group with 4 updates ([#1825](#1825)) ([a08c5ec](a08c5ec)) * **deps:** bump transformers from 4.50.3 to 4.53.0 ([#1768](#1768)) ([9cb7d26](9cb7d26)) * **deps:** bump urllib3 from 2.5.0 to 2.6.0 ([#1821](#1821)) ([08fa1e2](08fa1e2)) * **deps:** bump urllib3 from 2.6.0 to 2.6.3 ([#1827](#1827)) ([55344dc](55344dc)) * fix formatting ([6d50d4e](6d50d4e)) * update meeting frequency to first Tuesday of each month ([b2fb3eb](b2fb3eb)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See openfoodfacts/openfoodfacts-python#417 for more information.
I also:
nmsparameter to the image prediction route for easier debugging.