Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
d073a194
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "f59817891191548a37c3110d1ad69dc4a8bcabb5"
Unverified
Commit
d073a194
authored
Aug 30, 2023
by
Philip Meier
Committed by
GitHub
Aug 30, 2023
Browse files
rename BoundingBoxes module to match class name (#7910)
parent
f1b4c7a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
torchvision/tv_tensors/__init__.py
torchvision/tv_tensors/__init__.py
+1
-1
torchvision/tv_tensors/_bounding_boxes.py
torchvision/tv_tensors/_bounding_boxes.py
+0
-0
No files found.
torchvision/tv_tensors/__init__.py
View file @
d073a194
import
torch
import
torch
from
._bounding_box
import
BoundingBoxes
,
BoundingBoxFormat
from
._bounding_box
es
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
...
...
torchvision/tv_tensors/_bounding_box.py
→
torchvision/tv_tensors/_bounding_box
es
.py
View file @
d073a194
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment