Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
camenduru
/
show
like
4
ONNX
Model card
Files
Files and versions
Community
main
show
/
openpose
/
3rdparty
/
caffe
/
cmake
/
Templates
/
caffe_config.h.in
camenduru
thanks to show ❤
3bbb319
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
366 Bytes
/* Sources directory */
#
define
SOURCE_FOLDER
"${PROJECT_SOURCE_DIR}"
/* Binaries directory */
#
define
BINARY_FOLDER
"${PROJECT_BINARY_DIR}"
/* This is an absolute path so that we can run test from any build
* directory */
#
define
ABS_TEST_DATA_DIR
"${PROJECT_SOURCE_DIR}/src/caffe/test/test_data/"
/* Test device */
#
define
CUDA_TEST_DEVICE ${CUDA_TEST_DEVICE}