Add feature extractor

This commit is contained in:
Niels Rogge 2022-03-01 10:20:58 +01:00
parent 50bd7a6b0d
commit abce0064b9
1 changed files with 7 additions and 0 deletions

7
preprocessor_config.json Normal file
View File

@ -0,0 +1,7 @@
{
"do_rescale": true,
"do_resize": true,
"feature_extractor_type": "GLPNFeatureExtractor",
"resample": 2,
"size_divisor": 32
}