Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
shauray
/
ViTPose
like
0
Keypoint Detection
Transformers
PyTorch
vitpose
Inference Endpoints
Model card
Files
Files and versions
Community
2
Train
Deploy
Use this model
main
ViTPose
/
preprocessor_config.json
shauray
Update preprocessor_config.json
1587f34
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
177 Bytes
{
"do_normalize"
:
true
,
"do_resize"
:
true
,
"image_mean"
:
[
0.485
,
0.456
,
0.406
]
,
"image_std"
:
[
0.229
,
0.224
,
0.225
]
,
"size"
:
[
256
,
192
]
}