-
-
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
open_firev2 #121
open_firev2 #121
Conversation
Codecov Report
@@ Coverage Diff @@
## master #121 +/- ##
==========================================
- Coverage 92.33% 91.20% -1.13%
==========================================
Files 18 18
Lines 652 637 -15
==========================================
- Hits 602 581 -21
- Misses 50 56 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Thanks for the PR and the dataset! |
@MateoLostanlen 500Mb is quite alright :)
|
Hi @frgfm, what do you thinks of these last changes ? |
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.
Thanks for the PR! I have many questions as I'm not familiar with some classes that you used in here 😅
@MateoLostanlen sorry I thought that you saw, but I didn't review because there is still a failing test which is related to this PR. Would you mind fixing it before moving on to the review? 🙏 |
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.
Thanks! My bad, I had to jump back into this
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.
The unittests looks good thanks!
For now, about the legal part of sharing the URL of the dataset, I can suggest a viable option : we don't share the URL, we only specify about the folder should be structured. People make their own dataset and they'll have to pass the path to the extracted archive.
(while we figure out how/if we can share this)
I thinks it will be complicated in a legal point of view . I think our current version it's not legal either. So let's delete it from the repo. However if you do not download any images, this dataset became exactly the ImageFolder dataset from torchvision. It is still usefull ? |
Fair point For now, perhaps we only use ImageFolder for training and it will simplify things until we can share a public dataset |
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.
In this case, there are a few things missing:
- removing openfire from datasets/init.py
- updating the reference script to use ImageFolder
Done :) |
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.
Thanks a lot 🙂
Perhaps we should document the structure of the folder but it's nitpicking, no problem for me to move forward with this 👍
### Wildfire | ||
|
||
This dataset is private, for now only Pyronear members can access it | ||
Train the model on your own dataset |
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.
Perhaps we should specify the folder expected structure / hierarchy?
Overruled by #153 :) |
Open_fire v1 is dying due to too many dead links as discuss in issue #118. I want to propose here a Open_fire V2. I have a dataset of 9000 images from which a good part comes from openfire. I propose that this dataset becomes the new Open_fire. It is downloadable from my drive so no problem with dead link here.
I guess this PR should close #9 too.
PS: For testing purposes I have created a sample version that can be downloaded quickly.
PPS: The real version of the datatset is not yet on my drive I have to put it in the next coming days but I have wifi problems
After this PR I will use the sample template for Wilfire dataset