'upload model'

This commit is contained in:
shiertier
2024-12-05 00:24:09 +08:00
parent 3953506bd9
commit 88fb1c8df7
15 changed files with 12651 additions and 41 deletions

18
preprocessor_config.json Normal file
View File

@ -0,0 +1,18 @@
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "SegformerFeatureExtractor",
"image_mean": [
0.485,
0.456,
0.406
],
"image_std": [
0.229,
0.224,
0.225
],
"reduce_labels": false,
"resample": 2,
"size": 512
}