• 카테고리

    질문 & 답변
  • 세부 분야

    컴퓨터 비전

  • 해결 여부

    미해결

mmcv import에러 질문

22.05.11 17:21 작성 조회수 335

0

안녕하세요! 

저는 윈도우로 mmcv를 구동하고 있습니다.

그리고 faster rcn coco bccd 실습중에 mmcv 임포트 에러가 뜨는데 읽어보니

넘파이 버전을 맞춰야 하는것 같은데 맞는지 모르겠습니다..

아래 텍스트는 오류가 난 것을 복붙했습니다.

IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
 
Importing the numpy C-extensions failed. This error can happen for many reasons, often due to issues with your setup or how NumPy was installed.
 
We have compiled some common reasons and troubleshooting tips at:
 
https://numpy.org/devdocs/user/troubleshooting-importerror.html
 
Please note and check the following:
 
* The Python version is: Python3.9 from
"C:\ProgramData\Anaconda3\envs\openmmlab\python.exe"
* The NumPy version is: "1.21.5"
 
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
 
Original error was: DLL load failed while importing _multiarray_umath: 지정된 모듈을 찾을 수 없습니다.
During handling of the above exception, another exception occurred:
File "C:\Users\torme\Desktop\faster_RCNN\Faster_RCNN.py", line 3, in <module> import mmcv

답변 1

답변을 작성해보세요.

0

안녕하십니까, 

mmcv는 윈도우즈에서 공식적으로 지원되지 않습니다. 

하지만 본 강의의 수강생 분들이 윈도우즈에서 구동하는 방법을 정리한 방법을 아래 링크에서 찾으실 수 있습니다. 

https://www.inflearn.com/chats/484767

 

감사합니다.