File size: 402 Bytes
3bbb319 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/* 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
|