Unverified Commit f588fd1a authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

[Cherry pick] rename BoundingBoxes module to match class name (#7910) (#7918)


Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
parent 6fa2469b
import torch import torch
from ._bounding_box import BoundingBoxes, BoundingBoxFormat from ._bounding_boxes import BoundingBoxes, BoundingBoxFormat
from ._image import Image from ._image import Image
from ._mask import Mask from ._mask import Mask
from ._torch_function_helpers import set_return_type from ._torch_function_helpers import set_return_type
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment