ai-cfia / nachet-frontend

Frontend application for seed classification of images acquired from digital microscopes
MIT License
2 stars 2 forks source link

Seed not classified: Missed bounding box #118

Open TaranMeyer opened 1 month ago

TaranMeyer commented 1 month ago

Description One of the seeds in this image wasn't detected when running the Swin Transformer model. This is pretty rare for this model unless the seeds are positioned in a way where the bounding boxes would overlap so I thought I'd log it.

Expected behavior All seven seeds on the image are highlighted by a red bounding box.

Actual Behavior The bottom left Ambrosia psilostachya wasn't detected, so it didn't get a bounding box or a seed ID.

Supporting Images To better understand the issue, please add screenshots:

Image

Image

MaxenceGui commented 1 month ago

This look like a frontend issue. After investigating with the backend. The frontend receive 7 boxes, none of them are overlapping.

Here the result from the backend:

https://gist.github.com/rngadam/833e4b6f87eaf287dce133694aac4b4e