longcw / yolo2-pytorch

YOLOv2 in PyTorch
1.54k stars 421 forks source link

No module named 'layers.reorg._ext.reorg_layer._reorg_layer' #116

Open lunasdejavu opened 5 years ago

lunasdejavu commented 5 years ago

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'

jieweilai commented 3 years ago

i had met the same problem ,have you slove it?

yebin999 commented 3 years ago

我遇到了同样的问题,你爱过吗? hi, i had met it too, did you solve it now?