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

Use "bbox" instead of "boudingbox" everywhere #7780

Closed
wants to merge 2 commits into from

Conversation

NicolasHug
Copy link
Member

@NicolasHug NicolasHug commented Jul 31, 2023

I personally like that it saves ~50 lines and makes most lines significantly shorter. Especially in our tests which is what looks the most like "users code". Anyway, I won't fight it either.

@pytorch-bot
Copy link

pytorch-bot bot commented Jul 31, 2023

🔗 Helpful Links

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

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

❌ 26 New Failures

As of commit d6b68d8:

NEW FAILURES - The following jobs have failed:

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

@@ -413,7 +413,7 @@ Here is an example of how to use the pre-trained object detection models:

from torchvision.io.image import read_image
from torchvision.models.detection import fasterrcnn_resnet50_fpn_v2, FasterRCNN_ResNet50_FPN_V2_Weights
from torchvision.utils import draw_bounding_boxes
from torchvision.utils import draw_bboxes
Copy link
Member Author

Choose a reason for hiding this comment

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

would have to revert changes to existing APIs

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.

2 participants