smplpix icon indicating copy to clipboard operation
smplpix copied to clipboard

CUDNN_STATUS_NOT_INITIALIZED

Open afnanHashmi123 opened this issue 10 months ago • 1 comments

/content mkdir: cannot create directory ‘/content/data/keypoints’: File exists mkdir: cannot create directory ‘/content/data/openpose_images’: File exists Starting OpenPose demo... Configuring OpenPose... Starting thread(s)... Auto-detecting all available GPUs... Detected 1 GPU(s), using 1 of them starting at GPU 0. F0418 23:21:48.441195 36431 cudnn_relu_layer.cpp:13] Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0) CUDNN_STATUS_NOT_INITIALIZED *** Check failure stack trace: *** @ 0x7aa49e854b03 google::LogMessage::Fail() @ 0x7aa49e85c9d1 google::LogMessage::SendToLog() @ 0x7aa49e8547c2 google::LogMessage::Flush() @ 0x7aa49e85678f google::LogMessageFatal::~LogMessageFatal() @ 0x7aa49e494850 caffe::CuDNNReLULayer<>::LayerSetUp() @ 0x7aa49e56b65c caffe::Net<>::Init() @ 0x7aa49e56d550 caffe::Net<>::Net() @ 0x7aa49ef4f20c op::NetCaffe::initializationOnThread() @ 0x7aa49eef9e2b op::FaceExtractorCaffe::netInitializationOnThread() @ 0x7aa49eefb796 op::FaceExtractorNet::initializationOnThread() @ 0x7aa49ef969b5 op::Worker<>::initializationOnThreadNoException() @ 0x7aa49ef96b28 op::SubThread<>::initializationOnThread() @ 0x7aa49ef98528 op::Thread<>::initializationOnThread() @ 0x7aa49ef9aa5c op::Thread<>::threadFunction() @ 0x7aa49eba1253 (unknown) @ 0x7aa49e910ac3 (unknown) @ 0x7aa49e9a2850 (unknown) @ (nil) (unknown)

IndexError Traceback (most recent call last) in <cell line: 11>() 9 10 input_img_path = os.path.join(FRAMES_DIR, sorted(os.listdir(FRAMES_DIR))[0]) ---> 11 openpose_img_path = os.path.join(OPENPOSE_IMAGES_DIR, sorted(os.listdir(OPENPOSE_IMAGES_DIR))[0]) 12 13 test_img = load_img(input_img_path)

IndexError: list index out of range

afnanHashmi123 avatar Apr 19 '24 01:04 afnanHashmi123

@sergeyprokudin really need your help, i am unable to run it yet

afnanHashmi123 avatar May 02 '24 22:05 afnanHashmi123