Skip to content

Commit e13f604

Browse files
authored
Update ThunderNet_PSRoIAlignExtractor.py
1 parent ea1fb9d commit e13f604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thundernet/ThunderNet_PSRoIAlignExtractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from torch.autograd.function import once_differentiable
1313
import importlib
1414

15-
_C = importlib.import_module('PSROIAlign._C')
15+
_C = importlib.import_module('thundernet.PSROIAlign._C')
1616

1717

1818
class _PSROIAlign(Function):

0 commit comments

Comments
 (0)