[RFC]A potential solution to address the issue #9394 by by enlarging grid to (H+1, W+1) - seeking feedback#9403
[RFC]A potential solution to address the issue #9394 by by enlarging grid to (H+1, W+1) - seeking feedback#9403zy1git wants to merge 2 commits intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/9403
Note: Links to docs will display an error until the docs builds have been completed. ❌ 2 New Failures, 2 Unrelated FailuresAs of commit 73067ed with merge base 4967c64 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following jobs failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
NicolasHug
left a comment
There was a problem hiding this comment.
Thanks for trying this, Can you share visual outputs and compare with the alternative of claming to H-1, W-1?
I think it might help figuring out what should be the most correct approach
|
@NicolasHug I prepared a script and get the visual outputs but I feel that the visual outputs are quite similar because the difference is around 1-2 pixels which our human eyes cannot tell. However, I can print the bbox values and you will notice the difference. |
Address this issue #9394 by enlarging grid to (H+1, W+1).