Upload traffic structure configuration
Browse files- models/mod.json +2 -2
- models/mod.params +2 -2
- models/mod.so +2 -2
- models/vamc.yaml +14 -19
models/mod.json
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:4f7281c513b89a9b1234b9f80c2e50bcae139a134df0cec4b54edfb110702ebe
|
| 3 |
+
size 297963
|
models/mod.params
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:ca326349f3a28431dc7dcc5108dcecc7595f4fa1f5f6b0be49c48a0ac48fb723
|
| 3 |
+
size 15126980
|
models/mod.so
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:47820521e2da36ded6dd4bf849a801c90c7cd8bc2ee164fcd3a00c84d5419c79
|
| 3 |
+
size 497408
|
models/vamc.yaml
CHANGED
|
@@ -1,30 +1,25 @@
|
|
| 1 |
dataset:
|
| 2 |
-
path:
|
| 3 |
-
sampler: {get_data_num:
|
| 4 |
transform_ops:
|
| 5 |
- {type: DecodeImage}
|
| 6 |
-
-
|
| 7 |
-
size: [640, -1]
|
| 8 |
type: Resize
|
| 9 |
-
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
| 11 |
- {type: ToTensor}
|
| 12 |
engine:
|
| 13 |
-
add_extra_ops_to_graph:
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
confidence_threshold: 0.25
|
| 17 |
-
nms_threshold: 0.45
|
| 18 |
-
num_classes: 80
|
| 19 |
-
strides: [8, 16, 32]
|
| 20 |
-
type: yolov5_nms
|
| 21 |
-
calibration: {calibrate_mode: kl_divergence, quantize_per_channel: true, stream_mode: true}
|
| 22 |
-
common: {cluster_mode: 0, data_transport_mode: 3}
|
| 23 |
dtype: int8
|
| 24 |
type: vacc
|
| 25 |
model:
|
| 26 |
-
checkpoint:
|
| 27 |
inputs:
|
| 28 |
-
input: [1, 3,
|
| 29 |
-
name:
|
| 30 |
workspace: {enable_ir: false, save_log: true, work_dir: ./deploy_weights/}
|
|
|
|
| 1 |
dataset:
|
| 2 |
+
path: ILSVRC2012_img_calib
|
| 3 |
+
sampler: {get_data_num: 1000, suffix: JPEG}
|
| 4 |
transform_ops:
|
| 5 |
- {type: DecodeImage}
|
| 6 |
+
- size: [256, 256]
|
|
|
|
| 7 |
type: Resize
|
| 8 |
+
- crop_size: [224, 224]
|
| 9 |
+
type: CenterCrop
|
| 10 |
+
- mean: [0.485, 0.456, 0.406]
|
| 11 |
+
std: [0.229, 0.224, 0.225]
|
| 12 |
+
type: Normalize
|
| 13 |
- {type: ToTensor}
|
| 14 |
engine:
|
| 15 |
+
add_extra_ops_to_graph: {type: softmax}
|
| 16 |
+
calibration: {calibrate_mode: percentile, quantize_per_channel: true, stream_mode: true}
|
| 17 |
+
common: {cluster_mode: 0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
dtype: int8
|
| 19 |
type: vacc
|
| 20 |
model:
|
| 21 |
+
checkpoint: onnx/carcolor.onnx
|
| 22 |
inputs:
|
| 23 |
+
input: [1, 3, 224, 224]
|
| 24 |
+
name: carcolor
|
| 25 |
workspace: {enable_ir: false, save_log: true, work_dir: ./deploy_weights/}
|