Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
camenduru
/
openpose-usr
like
0
Model card
Files
Files and versions
xet
Community
main
openpose-usr
/
usr
/
local
/
include
/
openpose
/
gpu
/
gpu.hpp
camenduru
thanks to openpose ❤
7fc5a59
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
250 Bytes
#
ifndef
OPENPOSE_GPU_GPU_HPP
#
define
OPENPOSE_GPU_GPU_HPP
#
include
<openpose/core/common.hpp>
#
include
<openpose/gpu/enumClasses.hpp>
namespace
op
{
OP_API
int
getGpuNumber
()
;
OP_API GpuMode
getGpuMode
()
;
}
#
endif
// OPENPOSE_GPU_GPU_HPP