-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dataset Recognition #79
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great from a code perspective. We'll wait to fix the workflow issue for the tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if it's an issue with my local environment but when I run the last cell with the loader I get
KeyError: <LabelType.BOUNDINGBOX: 'boxes'>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might need to first delete the data
directory if it already exists. I changed some things, but it won't re-download if the zip exists.
…nis-ml into feature/dataset-recognition
Test Results43 tests 43 ✅ 29s ⏱️ Results for commit 9e14995. ♻️ This comment has been updated with latest results. |
☂️ Python Coverage
Overall Coverage
New Files
Modified Files
|
…nis-ml into feature/dataset-recognition
Dataset Recognition
LuxonisParaser
classvalidate
andvalidate_split
methods for use with dataset recognitionLuxonisParser
class that automatically recognizes dataset type of given dataset directory and parses its content using the correct parserExample Usage