-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Add typing to detection model (rpn). #4581
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
Conversation
Hi @khushi-411! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
Hi @khushi-411 Can you have a look at #4220 ? Edit: It's quite exciting to get first PR merged. So let me know what you think? |
Hi @oke-aditya, I took a brief view of the PR you shared. That's a great idea to split the PR into smaller ones. It will be easier for the ones who are reviewing. I'm looking forward to your viewpoints. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
We can work together. I will split up the PR today and also grant you access to my forked copy. You can then switch the branches on my fork and push as well. There are many files to work, it will be good to collaborate. |
Cool, thanks! |
@khushi-411 Welcome! I see you are working with @oke-aditya on #4582. Great coordination effort, looking forward to the PRs. |
Thanks, @datumbox! Glad to start! |
Hi,
I'm excited to contribute to PyTorch. It is my first PR towards PyTorch's vision repo.
Related PR's
It is the follow-up for the #2025 PR.
I also referred to various other PR's like #4369, #4236 and a few more.
Aim of PR
The PR aims to add type annotations in the following parts:
torchvision/models/detection/rpn.py
)torchvision/models/detection/roi_heads.py
)torchvision/models/detection/generalized_rcnn.py
)I'm looking forward to your viewpoints. Thanks!