Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving Berry Detection in Harvest Crates Using Mask R-CNN: Addressing Challenges with Large Image Inputs #3042

Open
Ousman2001 opened this issue Jun 25, 2024 · 0 comments

Comments

@Ousman2001
Copy link

Hello!

I am trying to implement a feature that allows a large image to be fed into a Mask R-CNN model to detect small objects like berries in harvest crates.

Instead of directly feeding the complete image, my intention is to "split" the input image into several smaller images, each containing segmented berries, which I will then pass through the network. I have trained the model on these smaller images, and it successfully predicts the berries in these small images. However, in the images of the harvest crates, the model fails to segment the berries and only draws a bounding box around the entire crate. My question is: how can the model detect the berries in the complete image?

Thank you for your help.
segment_000010000
segment_000010003
segment_000010008
segment_000020001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant