Initial commit

This commit is contained in:
Lysandre 2021-05-05 14:40:18 +02:00
parent f376f008b5
commit 1e239f4868
4 changed files with 2043 additions and 0 deletions

1
.gitattributes vendored
View File

@ -14,3 +14,4 @@
*.pb filter=lfs diff=lfs merge=lfs -text
*.pt filter=lfs diff=lfs merge=lfs -text
*.pth filter=lfs diff=lfs merge=lfs -text
pytorch_model.bin filter=lfs diff=lfs merge=lfs -text

2022
config.json Normal file

File diff suppressed because it is too large Load Diff

17
preprocessor_config.json Normal file
View File

@ -0,0 +1,17 @@
{
"do_normalize": true,
"do_resize": true,
"feature_extractor_type": "ViTFeatureExtractor",
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"resample": 2,
"size": 224
}

3
pytorch_model.bin Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a12df3b5de06218e59dbb0b5d5bac35098166884b2167f06a260c3b495ff54e9
size 298583