diff --git a/torchvision/tv_tensors/__init__.py b/torchvision/tv_tensors/__init__.py index cb9bf702fb3..d55e10e8620 100644 --- a/torchvision/tv_tensors/__init__.py +++ b/torchvision/tv_tensors/__init__.py @@ -1,6 +1,6 @@ import torch -from ._bounding_box import BoundingBoxes, BoundingBoxFormat +from ._bounding_boxes import BoundingBoxes, BoundingBoxFormat from ._image import Image from ._mask import Mask from ._torch_function_helpers import set_return_type diff --git a/torchvision/tv_tensors/_bounding_box.py b/torchvision/tv_tensors/_bounding_boxes.py similarity index 100% rename from torchvision/tv_tensors/_bounding_box.py rename to torchvision/tv_tensors/_bounding_boxes.py