Upload traffic structure configuration
Browse files- models/yolov7_tiny_traffic-int8-kl_divergence-1_3_640_640-vacc-pipeline/mod.json +3 -0
- models/yolov7_tiny_traffic-int8-kl_divergence-1_3_640_640-vacc-pipeline/mod.params +3 -0
- models/yolov7_tiny_traffic-int8-kl_divergence-1_3_640_640-vacc-pipeline/mod.so +3 -0
- models/yolov7_tiny_traffic-int8-kl_divergence-1_3_640_640-vacc-pipeline/vamc.yaml +30 -0
models/yolov7_tiny_traffic-int8-kl_divergence-1_3_640_640-vacc-pipeline/mod.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9eca932da83f52a228d477984390980e68f77e72d9d61366608d72742f940594
|
| 3 |
+
size 730115
|
models/yolov7_tiny_traffic-int8-kl_divergence-1_3_640_640-vacc-pipeline/mod.params
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:995f587ca934a2593c029f338311e2bbe8d1394d7417e078539a5540598fb7f2
|
| 3 |
+
size 7718214
|
models/yolov7_tiny_traffic-int8-kl_divergence-1_3_640_640-vacc-pipeline/mod.so
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dae70418f96679dca742bcb345855a1fb8ed8773835d89bfaf53dff01eec6aa5
|
| 3 |
+
size 852336
|
models/yolov7_tiny_traffic-int8-kl_divergence-1_3_640_640-vacc-pipeline/vamc.yaml
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
dataset:
|
| 2 |
+
path: det_coco_calib
|
| 3 |
+
sampler: {get_data_num: 100, suffix: null}
|
| 4 |
+
transform_ops:
|
| 5 |
+
- {type: DecodeImage}
|
| 6 |
+
- adaptive_side: long
|
| 7 |
+
size: [640, -1]
|
| 8 |
+
type: Resize
|
| 9 |
+
- {pad_to_square: true, type: Pad}
|
| 10 |
+
- {norm_type: null, type: Normalize}
|
| 11 |
+
- {type: ToTensor}
|
| 12 |
+
engine:
|
| 13 |
+
add_extra_ops_to_graph:
|
| 14 |
+
params:
|
| 15 |
+
anchor: [3, 11, 7, 7, 6, 17, 14, 12, 9, 24, 25, 20, 32, 32, 71, 27, 81, 75]
|
| 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: best_299.torchscript.pt
|
| 27 |
+
inputs:
|
| 28 |
+
input: [1, 3, 640, 640]
|
| 29 |
+
name: yolov7_tiny_traffic
|
| 30 |
+
workspace: {enable_ir: false, save_log: true, work_dir: ./deploy_weights/}
|