Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
openpose
like
11
arxiv:
4 papers
Model card
Files
Files and versions
xet
Community
1
refs/pr/1
openpose
/
3rdparty
/
caffe
/
scripts
/
travis
/
configure.sh
camenduru
thanks to openpose ❤
f5bb0c0
over 2 years ago
raw
Copy download link
history
blame
Safe
193 Bytes
#!/bin/bash
# configure the project
BASEDIR=$(
dirname
$0
)
source
$BASEDIR
/defaults.sh
if
!
$WITH_CMAKE
;
then
source
$BASEDIR
/configure-make.sh
else
source
$BASEDIR
/configure-cmake.sh
fi