File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
models/public/ssd-resnet34-1200-onnx Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,7 @@ The `ssd-resnet-34-1200-onnx` model is a multiscale SSD based on ResNet-34 backb
17
17
18
18
| Metric | Value |
19
19
| -------------- | -------- |
20
- | coco_precision | 20.7198% |
21
- | mAP | 39.2752% |
20
+ | coco_precision | 20.73% |
22
21
23
22
## Input
24
23
Original file line number Diff line number Diff line change @@ -14,11 +14,15 @@ models:
14
14
preprocessing :
15
15
- type : resize
16
16
size : 1200
17
- interpolation : LINEAR
17
+ interpolation : BILINEAR
18
+ use_pillow : True
18
19
19
20
postprocessing :
20
21
- type : resize_prediction_boxes
21
22
22
23
metrics :
23
24
- type : coco_precision
24
- reference : 0.207198
25
+ reference : 0.2073
26
+ - type : coco_orig_precision
27
+ include_boundaries : False
28
+ reference : 0.1997
You can’t perform that action at this time.
0 commit comments