Upload 10 files
Browse files- config.json +3 -0
- onnx/model.onnx +3 -0
- onnx/model_bnb4.onnx +3 -0
- onnx/model_fp16.onnx +3 -0
- onnx/model_int8.onnx +3 -0
- onnx/model_q4.onnx +3 -0
- onnx/model_q4f16.onnx +3 -0
- onnx/model_quantized.onnx +3 -0
- onnx/model_uint8.onnx +3 -0
- preprocessor_config.json +13 -0
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "mobilenet_v3"
|
3 |
+
}
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3241ac4ad8aa35bdaf33946776db29f7c283a413aa0b0dacb9483594b4531aad
|
3 |
+
size 462352
|
onnx/model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18dc7ae85006d4bc6c4fd420fe1fffb455189c4eb3ae2e4cdb5d8bd277278641
|
3 |
+
size 462371
|
onnx/model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b2a53a26b6e7c00b5e2415443e45dfa8c66c62bd496f7f2ee7dcf9ce47dea4f
|
3 |
+
size 251097
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9bc3d56b0b1397acbdafb631ab5c7bf14a889c00fbe2018e36503c65a2b65983
|
3 |
+
size 223977
|
onnx/model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18dc7ae85006d4bc6c4fd420fe1fffb455189c4eb3ae2e4cdb5d8bd277278641
|
3 |
+
size 462371
|
onnx/model_q4f16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7fca30d1bbd08429ebe869c6f7121381612501c51b8928724f1db5193c22d544
|
3 |
+
size 251116
|
onnx/model_quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50b5e96de9d163e3dee65747b653ece8999e05fc519f6f26db999faae09e1994
|
3 |
+
size 224004
|
onnx/model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:50b5e96de9d163e3dee65747b653ece8999e05fc519f6f26db999faae09e1994
|
3 |
+
size 224004
|
preprocessor_config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"do_normalize": false,
|
3 |
+
"do_pad": false,
|
4 |
+
"do_rescale": true,
|
5 |
+
"do_resize": true,
|
6 |
+
"feature_extractor_type": "ImageFeatureExtractor",
|
7 |
+
"resample": 2,
|
8 |
+
"rescale_factor": 0.00392156862745098,
|
9 |
+
"size": {
|
10 |
+
"width": 256,
|
11 |
+
"height": 256
|
12 |
+
}
|
13 |
+
}
|