immich-team
commited on
Commit
•
bee8632
1
Parent(s):
e55d1b4
Upload folder using huggingface_hub
Browse files- textual/model.onnx +3 -0
- visual/model.onnx +3 -0
- visual/preprocess_cfg.json +1 -0
textual/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b88af6991d2635a8220dcda28ebee345d09b077518dc2ff5f8ce18afa98dda36
|
3 |
+
size 253829516
|
visual/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5c34d88c34cbfac5c8d1f0b2f4e1cbd269c9dfab708573fbd8c38d6807ea20f4
|
3 |
+
size 351490195
|
visual/preprocess_cfg.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"size": [224, 224], "mode": "RGB", "mean": [0.48145466, 0.4578275, 0.40821073], "std": [0.26862954, 0.26130258, 0.27577711], "interpolation": "bicubic", "resize_mode": "shortest", "fill_color": 0}
|