-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature/luxonis loader dataset #57
Conversation
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
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.
LGTM!
@sokovninn, I noticed there's no unittest for LuxonisDatasetConverter
. Is it possible to locally test it somehow that it works?
image_batches = LOADERS_REGISTRY.get(args.loader_plugin)( | ||
view="all", dataset_id=args.dataset_id | ||
) | ||
print(len(image_batches)) |
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.
Maybe leftover print statement?
print(len(image_batches)) | ||
else: | ||
raise ValueError( | ||
"GOOGLE_APPLICATION_CREDENTIALS environment variable is not set for using the loader plugin" |
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.
I suppose you could have a loader plugin which does not rely on GOOGLE_APPLICATION_CREDENTIALS
…uxonis/datadreamer into feature/luxonis-loader-dataset
Test Results 6 files 6 suites 38m 2s ⏱️ Results for commit 4ac588f. |
…uxonis/datadreamer into feature/luxonis-loader-dataset
…uxonis/datadreamer into feature/luxonis-loader-dataset
This PR includes: