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

Fix doc of masks_to_boxes #8798

Merged
merged 2 commits into from
Dec 12, 2024
Merged

Fix doc of masks_to_boxes #8798

merged 2 commits into from
Dec 12, 2024

Conversation

NicolasHug
Copy link
Member

Closes #8793

Copy link

pytorch-bot bot commented Dec 12, 2024

🔗 Helpful Links

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

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

❌ 16 New Failures, 8 Unrelated Failures

As of commit dae539c with merge base 485fe7c (image):

NEW FAILURES - The following jobs have failed:

FLAKY - The following jobs failed but were likely due to flakiness present on trunk:

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

@NicolasHug NicolasHug merged commit f7b1cfa into pytorch:main Dec 12, 2024
10 of 23 checks passed
@NicolasHug NicolasHug deleted the jaenflajnef branch December 12, 2024 12:51
NicolasHug added a commit to NicolasHug/vision that referenced this pull request Dec 12, 2024
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.

masks_to_boxes Does Not Enforce 0 <= x1 < x2 and 0 <= y1 < y2, Leading to Invalid Bounding Boxes
2 participants