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
e45489b1
"...main/git@developer.sourcefind.cn:OpenDAS/llama.cpp.git" did not exist on "4cc1a6143387f41e2466536abcd6a2620b63a35b"
Unverified
Commit
e45489b1
authored
Oct 04, 2021
by
Nicolas Hug
Committed by
GitHub
Oct 04, 2021
Browse files
Relative import for roi_align (#4533)
parent
05d76519
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
torchvision/ops/poolers.py
torchvision/ops/poolers.py
+1
-1
No files found.
torchvision/ops/poolers.py
View file @
e45489b1
...
@@ -2,7 +2,7 @@ import torch
...
@@ -2,7 +2,7 @@ import torch
from
torch
import
nn
,
Tensor
from
torch
import
nn
,
Tensor
import
torchvision
import
torchvision
from
torchvision.ops
import
roi_align
from
.roi_align
import
roi_align
from
torchvision.ops.boxes
import
box_area
from
torchvision.ops.boxes
import
box_area
from
typing
import
Optional
,
List
,
Dict
,
Tuple
,
Union
from
typing
import
Optional
,
List
,
Dict
,
Tuple
,
Union
...
...
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