RETfound_eyepacs_DR / preprocessor_config.json
bswift's picture
Create preprocessor_config.json
d30558b
raw
history blame
177 Bytes
{
"preprocess": {
"resize": [224, 224],
"normalize": {
"mean": [0.485, 0.456, 0.406],
"std": [0.229, 0.224, 0.225]
}
}
}