Commit ·
40bde04
1
Parent(s): 0bc952a
test-uint8-input (#1)
Browse files- test: update onnx with uint8 input (f207bc3a2a573a72588703cf3a76f6395eb0f877)
- update weights with opset 18 (6d4f894e5d662dff3f0315a9854da02f4c2bebcc)
- model.onnx +2 -2
- preprocessor_config.json +1 -1
model.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:59c81a3a2923042d85034ffc487f8f47e4854117e879aef89b2b9f728fb4922a
|
| 3 |
+
size 171220471
|
preprocessor_config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"do_convert_annotations": true,
|
| 3 |
"do_normalize": false,
|
| 4 |
"do_pad": false,
|
| 5 |
-
"do_rescale":
|
| 6 |
"do_resize": true,
|
| 7 |
"format": "coco_detection",
|
| 8 |
"image_mean": [
|
|
|
|
| 2 |
"do_convert_annotations": true,
|
| 3 |
"do_normalize": false,
|
| 4 |
"do_pad": false,
|
| 5 |
+
"do_rescale": false,
|
| 6 |
"do_resize": true,
|
| 7 |
"format": "coco_detection",
|
| 8 |
"image_mean": [
|