-
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
Merged
+1,760
−1,155
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
d88fd0d
added directory structure to docs
kozlov721 92c58af
split parsers into separate files, added validation
kozlov721 3402377
improved import guard
kozlov721 39b3294
dataset recognition
kozlov721 cb2e877
updated notebook example
kozlov721 f439b6d
improved coco parser
kozlov721 7fd5ee4
cleaned parsers
kozlov721 9245ab0
remove prints
kozlov721 34702e9
added save dir option
kozlov721 fc25417
changed single file download
kozlov721 481e2b6
parser test cases
kozlov721 b4c540a
docs
kozlov721 ee70368
removed dataset deleting
kozlov721 e72dd54
requirements
kozlov721 f369161
added logging to the end
kozlov721 dfffead
Update create_ml_parser.py
kozlov721 568cebf
added gcloud authentication
kozlov721 6f6da02
Merge branch 'feature/dataset-recognition' of github.com:luxonis/luxo…
kozlov721 0ff2d24
pre-commit formatting
kozlov721 11bdce4
[Automated] Updated coverage badge
actions-user 7b6b94f
Merge branch 'dev' into feature/dataset-recognition
kozlov721 43a4b80
updated for latest LuxonisFileSystem
kozlov721 acaf022
changed test parsers save path
kozlov721 9e14995
Merge branch 'feature/dataset-recognition' of github.com:luxonis/luxo…
kozlov721 00e959c
[Automated] Updated coverage badge
actions-user File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
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.