Skip to content
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

Meta implementation for nms #7944

Merged
merged 2 commits into from
Sep 10, 2023
Merged

Meta implementation for nms #7944

merged 2 commits into from
Sep 10, 2023

Conversation

ezyang
Copy link
Contributor

@ezyang ezyang commented Sep 7, 2023

Signed-off-by: Edward Z. Yang ezyang@meta.com

Signed-off-by: Edward Z. Yang <ezyang@meta.com>
@pytorch-bot
Copy link

pytorch-bot bot commented Sep 7, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/7944

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit 7c858e1 with merge base f2b6f43 (image):
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll approve to unblock and let you merge when you need to. Following up on #7448 (comment) about testing, where should we look at to make sure this is working as intended (and to make sure we don't break it later)?

@ezyang
Copy link
Contributor Author

ezyang commented Sep 10, 2023

re testing, @zou3519's testing work is nearly there, but I need to land some more things to PyTorch to make it work with torchvision. WIP PRs: pytorch/pytorch#108936 pytorch/pytorch#108935 pytorch/pytorch#108929

@ezyang ezyang merged commit 0b41ff0 into pytorch:main Sep 10, 2023
63 checks passed
@github-actions
Copy link

Hey @ezyang!

You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

facebook-github-bot pushed a commit that referenced this pull request Sep 26, 2023
Summary: Signed-off-by: Edward Z. Yang <ezyang@meta.com>

Reviewed By: matteobettini

Differential Revision: D49600795

fbshipit-source-id: 9316979b8df85d2fb3fa4d6c2c3573c8a0b1d0e3

Co-authored-by: Philip Meier <github.pmeier@posteo.de>
zou3519 added a commit to pytorch/pytorch that referenced this pull request Sep 27, 2023
There was a vision hash update which led to fewer graph breaks. This
seems expected to me (because the hash update included
pytorch/vision#7944 and nms is used in maskrcnn).

Test Plan:
- wait for ci

[ghstack-poisoned]
zou3519 added a commit to pytorch/pytorch that referenced this pull request Sep 27, 2023
There was a vision hash update which led to fewer graph breaks. This
seems expected to me (because the hash update included
pytorch/vision#7944 and nms is used in maskrcnn).

Test Plan:
- wait for ci

ghstack-source-id: 3e43580cab52245e7d87b407508fc5751482c620
Pull Request resolved: #110160
pytorchmergebot pushed a commit to pytorch/pytorch that referenced this pull request Sep 27, 2023
There was a vision hash update which led to fewer graph breaks. This
seems expected to me (because the hash update included
pytorch/vision#7944 and nms is used in maskrcnn).

Test Plan:
- wait for ci

Pull Request resolved: #110160
Approved by: https://github.com/ezyang, https://github.com/Chillee
@NicolasHug NicolasHug added the pt2 label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants