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

Segment images before passing into Birbvision #21

Closed
jdpdev opened this issue Mar 30, 2021 · 0 comments
Closed

Segment images before passing into Birbvision #21

jdpdev opened this issue Mar 30, 2021 · 0 comments
Labels
birbvision Machine learning bird identification detection Improvements to detection systems enhancement New feature or request

Comments

@jdpdev
Copy link
Owner

jdpdev commented Mar 30, 2021

The Birbvision model expects the bird to be prominent in the image, but images from the camera are often not bird-centered. So instead of passing one image, segment it into parts that separately get classified.

Assuming the source image is big enough, divide the image into three sections with overlap:

  • 50% width on left side
  • 50% width on right side
  • 50% width centered

Concerns

  • Performance
    • Early indication is that classifying on a single image isn't much of a burden
@jdpdev jdpdev added enhancement New feature or request birbvision Machine learning bird identification detection Improvements to detection systems labels Mar 30, 2021
@jdpdev jdpdev added this to the Birbvision - v2.0 Robin milestone Mar 30, 2021
jdpdev added a commit that referenced this issue Aug 31, 2021
…irbvision-dev' into feature-#21-slice-image-for-classifying
jdpdev added a commit that referenced this issue Aug 31, 2021
…fying

Feature #21 slice image for classifying
@jdpdev jdpdev closed this as completed Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
birbvision Machine learning bird identification detection Improvements to detection systems enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant