Ravi Joshi
Ravi Joshi
This has certainly to do with the paths on your computer. It works all right on Ubuntu Operating System, though. Nevertheless, you need to make sure that your project can...
AFAIK, there is no such official community. However, you are free to inform your issues/bug in GitHub.
I am not sure if there is a ready-made python script available right now. However, you can use OpenCV in Python to draw over an image. Please check the following...
You may check out https://github.com/ravijo/ros_openpose
You can use `cmake` instead of `cmake_gui`. However, do not forget to set OpenPose's `cmake` arguments while executing `cmake` from a terminal. Basically, using `cmake_gui` makes it easier to set/unset...
@houshuaishuai From the error log, you have posted, I could find the following useful information: ``` Glog not found. Install Glog from the command line using the command(s) - sudo...
@flowerdanceee It seems you are facing the following error: ``` cudnn_conv_layer.cpp:53] Check failed: status == CUDNN_STATUS_SUCCESS (1 vs 0) CUDNN_STATUS_NOT_INITIALIZED ``` The problem could be related to CUDA version compatibility...
@flowerdanceee > In addition, I did find the problem of insufficient graphics card memory. But what I don't understand is that rtx3070 has 8G but it is still not enough....
@flowerdanceee Hmmmm I highly doubt if it is related to CUDA (or Caffe compatibility). I am sorry that there is no easy way to find it out. The `CUDNN_STATUS_NOT_INITIALIZED` error...
@flowerdanceee > Is it possible that it is just the problem of insufficient graphics card memory? Yes. This problem is faced by some uses in case of insufficient graphics card...