Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
openpose
like
4
arxiv:
4 papers
Model card
Files
Files and versions
Community
main
openpose
/
build
/
caffe
/
src
/
openpose_lib-build
/
caffe_config.h
camenduru
thanks to openpose ❤
f5bb0c0
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
402 Bytes
/* Sources directory */
#
define
SOURCE_FOLDER
"/content/openpose/3rdparty/caffe"
/* Binaries directory */
#
define
BINARY_FOLDER
"/content/openpose/build/caffe/src/openpose_lib-build"
/* This is an absolute path so that we can run test from any build
* directory */
#
define
ABS_TEST_DATA_DIR
"/content/openpose/3rdparty/caffe/src/caffe/test/test_data/"
/* Test device */
#
define
CUDA_TEST_DEVICE -1