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 ea1fb9d commit e13f604Copy full SHA for e13f604
thundernet/ThunderNet_PSRoIAlignExtractor.py
@@ -12,7 +12,7 @@
12
from torch.autograd.function import once_differentiable
13
import importlib
14
15
-_C = importlib.import_module('PSROIAlign._C')
+_C = importlib.import_module('thundernet.PSROIAlign._C')
16
17
18
class _PSROIAlign(Function):
0 commit comments