Skip to content

fix: fix issue with NMS#1841

Merged
raphael0202 merged 1 commit intomainfrom
fix-obj-detector-bugs
Feb 4, 2026
Merged

fix: fix issue with NMS#1841
raphael0202 merged 1 commit intomainfrom
fix-obj-detector-bugs

Conversation

@raphael0202
Copy link
Collaborator

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.

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.
@raphael0202 raphael0202 force-pushed the fix-obj-detector-bugs branch from 66658d6 to 727b4de Compare February 4, 2026 11:08
@raphael0202 raphael0202 merged commit af6116d into main Feb 4, 2026
5 of 6 checks passed
@raphael0202 raphael0202 deleted the fix-obj-detector-bugs branch February 4, 2026 11:12
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

1 participant