Skip to content
#

cvpr-2017

Here are 38 public repositories matching this topic...

openpose
heisters
heisters commented May 1, 2020

Issue Summary

Documentation and error messages are misleading when using a release version of Caffe on Ubuntu.

Executed Command (if any)

cmake .. -DBUILD_CAFFE=OFF -DCaffe_INCLUDE_DIRS=/usr/include/caffe -DCaffe_LIBS=/usr/lib/x86_64-linux-gnu/libcaffe.so

OpenPose Output (if any)

-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identificatio
Ai-is-light
Ai-is-light commented Sep 4, 2019

I'm a little bit confused when I run and analysis your repo
for i in range(17):
for s in subset:
index = s[np.array(util.limbSeq[i]) - 1]
if -1 in index:
continue
cur_canvas = canvas.copy()

how to explain and understand s[np.array(util.limbSeq[i]) - 1] ? can we use util.limbSeq[i]) - 1 to replace the s[np.array(util.limbSeq[i]) -

MuadDev
MuadDev commented Feb 13, 2019

Your README states:

  • The repo is freely available for free non-commercial use. Please see the license for further details.

However, the included MIT license states:

  • to deal in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software

So therefore I wonder if this code can b

Improve this page

Add a description, image, and links to the cvpr-2017 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cvpr-2017 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.