We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d7651 commit e45489bCopy full SHA for e45489b
torchvision/ops/poolers.py
@@ -2,7 +2,7 @@
2
from torch import nn, Tensor
3
4
import torchvision
5
-from torchvision.ops import roi_align
+from .roi_align import roi_align
6
from torchvision.ops.boxes import box_area
7
8
from typing import Optional, List, Dict, Tuple, Union
0 commit comments