We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
get_unique_detection_classes
(attached collab notebook)
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
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:
It seems like somewhere in the chain,
get_unique_detection_classes
fails to correctly return all three classes in the dataset.Environment
Minimal Reproducible Example
(attached collab notebook)
Additional
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: