You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried python demo under windows7 python 3.6 torch0.4.1 but
it showed the error
Traceback (most recent call last):
File "demo.py", line 6, in
from darknet import Darknet19
File "C:\LPR\yolo2-pytorch\darknet.py", line 8, in
from layers.reorg.reorg_layer import ReorgLayer
File "C:\LPR\yolo2-pytorch\layers\reorg\reorg_layer.py", line 3, in
from .ext import reorg_layer
File "C:\LPR\yolo2-pytorch\layers\reorg_ext\reorg_layer_init.py", line 3, in
from ._reorg_layer import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'layers.reorg._ext.reorg_layer._reorg_layer'
The text was updated successfully, but these errors were encountered:
I tried python demo under windows7 python 3.6 torch0.4.1 but
it showed the error
Traceback (most recent call last):
File "demo.py", line 6, in
from darknet import Darknet19
File "C:\LPR\yolo2-pytorch\darknet.py", line 8, in
from layers.reorg.reorg_layer import ReorgLayer
File "C:\LPR\yolo2-pytorch\layers\reorg\reorg_layer.py", line 3, in
from .ext import reorg_layer
File "C:\LPR\yolo2-pytorch\layers\reorg_ext\reorg_layer_init.py", line 3, in
from ._reorg_layer import lib as _lib, ffi as _ffi
ModuleNotFoundError: No module named 'layers.reorg._ext.reorg_layer._reorg_layer'
The text was updated successfully, but these errors were encountered: