Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
bswift
/
RETfound_eyepacs_DR
like
1
Image Classification
Transformers
PyTorch
vit
VitMAE
Inference Endpoints
Model card
Files
Files and versions
Community
Train
Deploy
Use this model
eab6e47
RETfound_eyepacs_DR
/
preprocessor_config.json
bswift
Create preprocessor_config.json
eab6e47
11 months ago
raw
Copy download link
history
blame
Safe
176 Bytes
{
"preprocess"
:
{
"resize"
:
[
224
,
224
]
,
"normalize"
:
{
"mean"
:
[
0.485
,
0.456
,
0.406
]
,
"std"
:
[
0.229
,
0.224
,
0.225
]
}
}
}