-
Notifications
You must be signed in to change notification settings - Fork 585
add BoxWithNMSLimit_out to DSP as a custom portable op #10157
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
add BoxWithNMSLimit_out to DSP as a custom portable op #10157
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10157
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 36a8f74 with merge base bb60c25 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D72275947 |
Summary: Callsite: https://www.internalfb.com/code/fbsource/[3c01ebf76a180e7f6b5ddd8e50f4be695d85180f]/fbcode/vizard_projects/midas_haptic/model/haptic.py?lines=509-532 Reference implementation: https://www.internalfb.com/code/fbsource/fbcode/caffe2/fb/custom_ops/maskrcnn/box_with_nms_limit.cpp This op will be migrated and supported by ExecuTorch as a portable op in the future. Differential Revision: D72275947
07484ab
to
6dbbee7
Compare
This pull request was exported from Phabricator. Differential Revision: D72275947 |
6dbbee7
to
a6299ad
Compare
Summary: Pull Request resolved: pytorch#10157 Callsite: https://www.internalfb.com/code/fbsource/[3c01ebf76a180e7f6b5ddd8e50f4be695d85180f]/fbcode/vizard_projects/midas_haptic/model/haptic.py?lines=509-532 Reference implementation: https://www.internalfb.com/code/fbsource/fbcode/caffe2/fb/custom_ops/maskrcnn/box_with_nms_limit.cpp This op will be migrated and supported by ExecuTorch as a portable op in the future. Differential Revision: D72275947
a6299ad
to
b0b0a89
Compare
Summary: Callsite: https://www.internalfb.com/code/fbsource/[3c01ebf76a180e7f6b5ddd8e50f4be695d85180f]/fbcode/vizard_projects/midas_haptic/model/haptic.py?lines=509-532 Reference implementation: https://www.internalfb.com/code/fbsource/fbcode/caffe2/fb/custom_ops/maskrcnn/box_with_nms_limit.cpp This op will be migrated and supported by ExecuTorch as a portable op in the future. Differential Revision: D72275947
Summary: Pull Request resolved: pytorch#10157 Callsite: https://www.internalfb.com/code/fbsource/[3c01ebf76a180e7f6b5ddd8e50f4be695d85180f]/fbcode/vizard_projects/midas_haptic/model/haptic.py?lines=509-532 Reference implementation: https://www.internalfb.com/code/fbsource/fbcode/caffe2/fb/custom_ops/maskrcnn/box_with_nms_limit.cpp This op will be migrated and supported by ExecuTorch as a portable op in the future. Differential Revision: D72275947
This pull request was exported from Phabricator. Differential Revision: D72275947 |
b0b0a89
to
36a8f74
Compare
Differential Revision: D72275947 Pull Request resolved: pytorch#10157
Summary:
This PR to be changed when NMS is migrated to ET as an portable op
Changed the c10 client to be used by internal party
Callsite: https://www.internalfb.com/code/fbsource/[3c01ebf76a180e7f6b5ddd8e50f4be695d85180f]/fbcode/vizard_projects/midas_haptic/model/haptic.py?lines=509-532
Reference implementation: https://www.internalfb.com/code/fbsource/fbcode/caffe2/fb/custom_ops/maskrcnn/box_with_nms_limit.cpp
This op will be migrated and supported by ExecuTorch as a portable op in the future.
Differential Revision: D72275947