본문 바로가기
💻 programming/ml

Openpose 에러: cudnn_status_not_initialized

by 연구원-A 2023. 7. 20.
반응형

Openpose를 빌드해서 실행하려고 보니 cudnn_status_not_initialized 오류가 발생했다.

Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0)  CUDNN_STATUS_NOT_INITIALIZED

 

빌드할 때 CUDNN 사용을 비활성화하면 해당 에러 없이 정상적으로 동작한다.

cmake .. -DUSE_CUDNN=OFF

 

아래는 CMU panoptic dataset을 Openpose로 분석해본 것 (그냥 돌려본 것)

 

https://github.com/CMU-Perceptual-Computing-Lab/openpose/issues/1527

 

Problems while running the demo Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED · Issue #1

I have succefully compile the openpose with CMake, but there is an error happened in Netcaffe.cpp upImpl->upCaffeNet.reset(new caffe::Net{upImpl->mCaffeProto, caffe::TEST}); and the error shows Che...

github.com

 

반응형

댓글