Skip to content

Commit 4f92a49

Browse files
committed
AC configs: Update configuration for ssd-resnet34
1 parent ba7a0ec commit 4f92a49

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

models/public/ssd-resnet34-1200-onnx/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ The `ssd-resnet-34-1200-onnx` model is a multiscale SSD based on ResNet-34 backb
1717

1818
| Metric | Value |
1919
| -------------- | -------- |
20-
| coco_precision | 20.7198% |
21-
| mAP | 39.2752% |
20+
| coco_precision | 20.73% |
2221

2322
## Input
2423

models/public/ssd-resnet34-1200-onnx/accuracy-check.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ models:
1414
preprocessing:
1515
- type: resize
1616
size: 1200
17-
interpolation: LINEAR
17+
interpolation: BILINEAR
18+
use_pillow: True
1819

1920
postprocessing:
2021
- type: resize_prediction_boxes
2122

2223
metrics:
2324
- type: coco_precision
24-
reference: 0.207198
25+
reference: 0.2073
26+
- type: coco_orig_precision
27+
include_boundaries: False
28+
reference: 0.1997

0 commit comments

Comments
 (0)