sarah howorka

Results 6 comments of sarah howorka

i get the same error. (but it still works?) i have 10.10.2

i had the same problem (jetson xavier + ubuntu 18.04 + ros melodic) we fixed it like this: change the file: `/opt/ros/melodic/share/cv_bridge/cmake/cv_bridgeConfig.cmake ` change this line: `set(_include_dirs "include;/usr/include;/usr/include/opencv") ` to...

you can change the file permissions to make the file editable using "chmod". you can find lots of resources for this online, just google something like "change file permissions linux...

hi! i am also trying to use OpenPose+STAF with the Python API because I am interested in the poseIds... (multi person tracking info) in my python script, `datum.poseKeypoints` and `datum.poseScores`...

hi raaj! thank you so much. it works now, even with the python api, and is about 20% faster than openpose without STAF :)

@rush9838465 hi, you can check out my fork: https://github.com/sh0w/openpose (make sure you check out the `staf` branch). (you might have to download the BODY_21A model manually) check out the [python...