인프런 커뮤니티 질문&답변

이동진님의 프로필 이미지
이동진

작성한 질문수

[개정판] 딥러닝 컴퓨터 비전 완벽 가이드

[질문] keras-retinanet, import시 에러 발생

작성

·

404

0

안녕하십니까 선생님 

좋은 강의 감사드립니다. 

강의 실습중 Module import error 가 발생하여 질문드립니다. 

확인 및 가이드 요청드립니다. 감사합니다. 

- 에러 메세지 : ModuleNotFoundError: No module named 'keras_retinanet.utils.gpu'

- 실습파일명 : keras-retinanet 패키지를 이용하여 이미지와 영상 Object Detection 수행

- 에러상황 : keras-retinanet , import시 에러 발생

- 실습환경 : Windows 10, tf115(선생님 강의환경), CUDA 10.0, CUDNN 7.4.1 (local pc)

Using TensorFlow backend.
---------------------------------------------------------------------------
ModuleNotFoundError                       Traceback (most recent call last)
<ipython-input-1-b10ab8da9a13> in <module>
     15 from keras_retinanet.utils.visualization import draw_box, draw_caption
     16 from keras_retinanet.utils.colors import label_color
---> 17 from keras_retinanet.utils.gpu import setup_gpu

ModuleNotFoundError: No module named 'keras_retinanet.utils.gpu'

※ 참고 사항 : 패키지 설치 List

Package              Version

-------------------- -------------------

absl-py              0.9.0

astor                0.8.1

attrs                19.3.0

backcall             0.1.0

bleach               3.1.1

certifi              2020.6.20

colorama             0.4.3

contextlib2          0.6.0.post1

cycler               0.10.0

Cython               0.29.15

decorator            4.4.2

defusedxml           0.6.0

entrypoints          0.3

gast                 0.2.2

google-pasta         0.2.0

grpcio               1.30.0

h5py                 2.10.0

imageio              2.9.0

imgaug               0.4.0

importlib-metadata   1.5.0

ipykernel            5.1.4

ipython              7.13.0

ipython-genutils     0.2.0

ipywidgets           7.5.1

jedi                 0.17.1

Jinja2               2.11.1

jsonschema           3.2.0

jupyter              1.0.0

jupyter-client       6.0.0

jupyter-console      6.1.0

jupyter-core         4.6.3

Keras                2.3.0

Keras-Applications   1.0.8

Keras-Preprocessing  1.1.2

keras-resnet         0.2.0

keras-retinanet      0.5.0

kiwisolver           1.1.0

lxml                 4.5.0

Markdown             3.2.2

MarkupSafe           1.1.1

matplotlib           3.2.0

mistune              0.8.4

nb-conda             2.2.1

nb-conda-kernels     2.2.3

nbconvert            5.6.1

nbformat             5.0.4

networkx             2.4

notebook             6.0.3

numpy                1.18.1

object-detection     0.1

opencv-python        4.3.0.36

opt-einsum           3.3.0

packaging            20.4

pandas               1.0.5

pandocfilters        1.4.2

parso                0.7.0

pickleshare          0.7.5

Pillow               7.0.0

pip                  20.1.1

progressbar2         3.51.4

prometheus-client    0.7.1

prompt-toolkit       3.0.4

protobuf             3.12.2

Pygments             2.6.1

pyparsing            2.4.6

pyrsistent           0.15.7

python-dateutil      2.8.1

python-utils         2.4.0

pytz                 2020.1

PyWavelets           1.1.1

pywin32              227

pywinpty             0.5.7

PyYAML               5.3.1

pyzmq                19.0.0

qtconsole            4.7.1

QtPy                 1.9.0

scikit-image         0.17.2

scipy                1.5.1

selectivesearch      0.4

Send2Trash           1.5.0

setuptools           49.2.0.post20200714

Shapely              1.7.0

six                  1.14.0

tensorboard          1.15.0

tensorflow-estimator 1.15.1

tensorflow-gpu       1.15.2

termcolor            1.1.0

terminado            0.8.3

testpath             0.4.4

tifffile             2020.7.17

tornado              6.0.4

traitlets            4.3.3

wcwidth              0.1.8

webencodings         0.5.1

Werkzeug             1.0.1

wheel                0.34.2

widgetsnbextension   3.5.1

wincertstore         0.2

wrapt                1.12.1

zipp                 3.1.0

답변 1

0

권 철민님의 프로필 이미지
권 철민
지식공유자

안녕하십니까

keras_retinanet이 잘 설치되었다면 특별한 문제가 발생하지 않아야 합니다만,

먼저 from keras_retinanet.utils.gpu import setup_gpu 여기서만 module not found 오류가 발생하는지요?

아님 다른 구문 from keras_retinanet import models 와 같은 곳에도 오류가 발생하는 지요?

import keras_retinanet 수행시 오류가 발생하는지 확인 부탁드립니다.

오류가 발생하면 keras_retinanet 재 설치 부탁드립니다.

python setup.py install 그리고 python setup.py build_ext --inplace

하시면 됩니다. 그리고 jupyter notebook은 다시 재기동 부탁드립니다.

감사합니다.

이동진님의 프로필 이미지
이동진

작성한 질문수

질문하기