Ravi Joshi

Results 57 comments of Ravi Joshi

@Kitoali As said earlier, please check your Caffe installation. The problem is apparently related to the Caffe library and there are many ways to install it.

@chrstnlmlr This should be doable. Please see the following lines of code: https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/8ca5c1d95a42340b323e9273654d1db98bec779c/src/openpose/utilities/keypoint.cpp#L401-L412 In line number 406, you can see that the biggest area comparison is done. Just change the...

@NerdyBaseballDude You have just shown us how it looks at the end. However, to understand the problem, we need to know the procedure from the beginning. Therefore, can you please...

@RayData1 Basically, you need to implement a postprocessing step. For example, please see at the [openpose/examples/tutorial_api_cpp/16_synchronous_custom_postprocessing.cpp](https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/b1cb2b69cf8c4c288921e48c37f339a64db26f58/examples/tutorial_api_cpp/16_synchronous_custom_postprocessing.cpp#L25-L46) Given these key points, you need to define the origin of the new frame....

@feitgemel There is the documentation for Jetson TX devices. Please check [here](https://github.com/CMU-Perceptual-Computing-Lab/openpose/tree/master/doc/installation/jetson_tx). Unfortunately, the latest version of the documentation shows JetPack v3.3. I highly recommend you to give it a...

@ChrisTiberius > No Nvidia -> no cuda Yes. You are right. > Can I use the portable Version with my Setup? If so, how can I get the openpose.bin file?...

@MartyG-RealSense I understand your opinion. However, this inconsistency made me check the source code of [rs_launch.py](https://github.com/IntelRealSense/realsense-ros/blob/451147de3aaa9c5b05b1fb1f7a70f3f3f43c66f6/realsense2_camera/launch/rs_launch.py#L23-L30). Before that, I was using the **wrong** command shown below: ``` ros2 launch realsense2_camera...

@MartyG-RealSense Thank you very much. I appreciate your kind support.

Same problem in Ubuntu 14.04 LTS too. I have disabled the package as a temporary workaround.