Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
camenduru
/
openpose-usr
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
openpose-usr
/
usr
/
local
/
include
/
openpose
/
gpu
/
gpu.hpp
camenduru
thanks to openpose ❤
7fc5a59
over 2 years ago
Raw
Download with hf CLI
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