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

get_unique_detection_classes misses a detection class #71

Open
1 of 2 tasks
grzegorzj opened this issue Oct 3, 2024 · 0 comments
Open
1 of 2 tasks

get_unique_detection_classes misses a detection class #71

grzegorzj opened this issue Oct 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@grzegorzj
Copy link

Search before asking

  • I have searched the Multimodal Maestro issues and found no similar bug report.

Bug

I ran the example notebook with my own dataset hosted on Roboflow (https://app.roboflow.com/12x2experiments/rectangles-test-2):

https://colab.research.google.com/drive/1kO_oZhzfPFmuJqoH4ov8oeGYGfSaHAu9?usp=sharing

and ran into an issue in which detection class that was detected in the image is missing from overall possible detection classes:

class_name = 'rounded_rectangle'
classes = ['rectangle', 'triangle']

ValueError: 'rounded_rectangle' is not in list

It seems like somewhere in the chain, get_unique_detection_classes fails to correctly return all three classes in the dataset.

Environment

  • Google Collab, NVidia A100

Minimal Reproducible Example

(attached collab notebook)

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@grzegorzj grzegorzj added the bug Something isn't working label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant