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

jkh님의 프로필 이미지
jkh

작성한 질문수

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

COCO 형태 BCCD 데이터 학습 - Dataset 변환, Config 설정, 학습 및 Inference 수행

mmcv import에러 질문

작성

·

471

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

 

감사합니다. 

jkh님의 프로필 이미지
jkh

작성한 질문수

질문하기