longcw / yolo2-pytorch

YOLOv2 in PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lunasdejavu opened this issue · comments

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'

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

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