Open yassineAlouini opened 2 years ago
Hey Yassine :wave:
Other than watching the issue tracker and see if anything pops up for there is one more task that I haven't gotten to. It is more of a house keeping task, but it would help me greatly.
There are quite a few open and stale PRs regarding datasets. I've assigned them to me but I haven't gotten around to resolve them. Unless there is major user demand (which there isn't or otherwise the PR wouldn't be stale), we will not add any new dataset to the old API. This means these PRs can be closed. Still, we could add them to the list of new datasets in pytorch/vision#3562.
If you want to help me out
This is more maintainer work than contributor task, but I'm afraid I can't give you anything else at the moment. No worries if you don't want to take that up.
That works for me, thanks for taking the time and answering my request. Maintainer work is necessary work as well (even though it isn't always glamorous and isn't given much credit). :ok_hand:
I will start working on this next week on my dedicated day.
@pmeier I have added one first comment here: https://github.com/pytorch/vision/pull/2910#issuecomment-1114659738
Let me know if this is what you were expecting from me. :ok_hand:
Yes, that is what I wanted :slightly_smiling_face: Two comments though:
torchvision
maintainers including you" for now. Although I tasked you do to this, it makes it sound like you are already a maintainer for the contributor. You can phrase it like a question targeted at me, like In the meantime, should this PR be closed @pmeier ?
Please also apply this to the comments you have made on other PRs.
Thanks for the suggestions @pmeier, I will update the comment accordingly.
A better comment (hopefully :smile:) here: https://github.com/pytorch/vision/pull/2690#issuecomment-1114678355
Let me know if this is more what you had in mind @pmeier.
Yes, that is a lot better. Thank you!
A list of new datasets (WIP) not yet referenced here (should I add a comment there later?):
I don't think we will have C++ datasets unless there is significant user demand, which doesn't seem to be the case.
In any case, I'm surprised that everything else is already on the list. Well, this means Aditya did quite a good job keeping the list up to date.
Keep up the good work @yassineAlouini!
Yes, it seems that there is already a good part of the work done. I like this triage task since it allows me to explore further the code base and the state of development, so thanks for the assignment. :ok_hand:
Aditya did quite a good job keeping the list up to date.
My part time hobby / addiction is to triage stuff and add todo to what is pending :)
I try to keep lists as updated as possible. But feel free to ping me if I miss any. Also feel free to search stuff out in wild like latest papers on arxiv / repos over GitHub and comment if something is interesting or interests you :)
@yassineAlouini
@oke-aditya I have few candidates in mind but I wanted to help with existing work (since the number of contributors is finite and the work is almost infinite :stuck_out_tongue: ).
Joke aside, I will check if something needs help once I finish triaging dataset related issues (almost done) and if there is nothing, I will propose something. :ok_hand:
@oke-aditya If that is a pet peeve of yours, I might have another task for you :innocent: I'll be on parental leave soon and I'm currently swamped with other things. We have a project board for the transform rework: https://github.com/pytorch/vision/projects/5. It should include all PRs and issues that are related to that, but it seems no one besides me used it yet. I'll make sure that they will in the future, but that still leaves everything in between to be done.
Could you look through all the issues and PRs on and after the 19th of April (the last time the board was updated) and either
I'll be on parental leave soon and I'm currently swamped with other things.
Congratulations Philip. My best wishes.
I cannot access the project board. But I will post the list here :smiley:
I cannot access the project board.
Wait, does that mean you cannot see it or you can't edit it?
Can see but not edit.
Congratulations @pmeier for the happy event. :tada:
Hello @pmeier. :wave:
Hope you are doing well.
It looks like dIoU PR is almost finished (except the refactoring that will be started later I guess).
In the meantime, is there something I can work on? Thanks for your guidance and time.