-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
[datasets] Module design suggestion #94
Comments
Hey @MateoLostanlen @blenzi @x0s @Akilditu , While refactoring the datasets module, I ended up wondering whether some things should be removed because of their misalignment with the repo's purpose. Generally speaking, the purpose of the datasets module in this repo is to make for each dataset its source accessible (using processed annotations if need be) and offering a torchvision dataset. I believe there are some features linked to wildfire that are not aligned with this (considering that for now, the source of wildfire is not even accessible publicly). Some details below: openfire
video_utils
utils
wildfire
I do believe it would bring much more value to upload a clean subset of the dataset similar to the one of @MateoLostanlen to have a stable user-friendly and shareable dataset. What do you think? |
Any feedback @MateoLostanlen @blenzi @fe51 @Akilditu ? :) |
@Akilditu has sarted a Dataset Repo, I guess of these stuff should move there |
Here is a suggestion for the
pyrovision.datasets
module's organization:This suggestion is based on the organization of https://github.com/pytorch/vision/tree/master/torchvision/datasets which is quite effective. The documentation should also include detailed explanation on how to use it.
If one dataset was made available by Pyronear, it should be accessible via a link with a hash for integrity check.
The text was updated successfully, but these errors were encountered: