"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "f59817891191548a37c3110d1ad69dc4a8bcabb5"
Unverified Commit d073a194 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

rename BoundingBoxes module to match class name (#7910)

parent f1b4c7a6
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