-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: support Encord datasets #31
Conversation
Bugs:
whilst downloading the dataset from Encord. |
Still needs to be faster for dataset with lots of individual images.
We should fix the transform as it generates ugly code in the dataset side.
@Jim-Encord I'm not sure where that error came from but the dataset output wasn't compatible with the model's input. Now with my latest fix it should run. At least I have run one complete dataset and it's ok. Still downloading the example one (rsicd) and will leave it running all night as it's super slow in the local. |
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. Have tested it with one other Classification dataset but probably want Frederik to look at it also
Add support for Encord datasets.
Still a WIP because while the dataset class returns what should be the expected data for the data loader is probably not in the right format (which need testing and posterior fix).
All feedback is welcomed 😊! This PR is going to be in draft until the tests are ✅ .