Skip to content

Commit

Permalink
Changed configs for SSD models (openvinotoolkit#654)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Finashov committed Apr 16, 2021
1 parent 6466330 commit e2e3cda
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tests/data/ac_configs/ssd300_mobilenet_voc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ models:
- type: resize_prediction_boxes
metrics:
- type: map
integral: max
integral: 11point
ignore_difficult: True
presenter: print_scalar
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ models:
- type: resize_prediction_boxes
metrics:
- type: map
integral: max
integral: 11point
ignore_difficult: True
presenter: print_scalar
2 changes: 1 addition & 1 deletion tests/data/ac_configs/ssd300_vgg_voc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ models:
- type: resize_prediction_boxes
metrics:
- type: map
integral: max
integral: 11point
ignore_difficult: True
presenter: print_scalar
2 changes: 1 addition & 1 deletion tests/data/ac_configs/ssd300_vgg_voc_int8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ models:
- type: resize_prediction_boxes
metrics:
- type: map
integral: max
integral: 11point
ignore_difficult: True
presenter: print_scalar
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ models:
- type: resize_prediction_boxes
metrics:
- type: map
integral: max
integral: 11point
ignore_difficult: True
presenter: print_scalar
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ models:
- type: resize_prediction_boxes
metrics:
- type: map
integral: max
integral: 11point
ignore_difficult: True
presenter: print_scalar
2 changes: 1 addition & 1 deletion tests/data/ac_configs/ssd512_vgg_voc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ models:
- type: resize_prediction_boxes
metrics:
- type: map
integral: max
integral: 11point
ignore_difficult: True
presenter: print_scalar
2 changes: 1 addition & 1 deletion tests/data/ac_configs/ssd512_vgg_voc_int8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ models:
- type: resize_prediction_boxes
metrics:
- type: map
integral: max
integral: 11point
ignore_difficult: True
presenter: print_scalar
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ models:
- type: resize_prediction_boxes
metrics:
- type: map
integral: max
integral: 11point
ignore_difficult: True
presenter: print_scalar
6 changes: 4 additions & 2 deletions tests/sota_checkpoints_eval.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@
"metric_type": "Mean AP",
"resume": "ssd300_vgg_voc.pth",
"batch": 120,
"model_description": "SSD300-VGG-BN"
"model_description": "SSD300-VGG-BN",
"diff_target_max": 0.3
},
"ssd300_vgg_voc_int8": {
"config": "examples/object_detection/configs/ssd300_vgg_voc_int8.json",
Expand Down Expand Up @@ -338,7 +339,8 @@
"metric_type": "Mean AP",
"resume": "ssd512_vgg_voc.pth",
"batch": 32,
"model_description": "SSD512-VGG-BN"
"model_description": "SSD512-VGG-BN",
"diff_target_max": 0.4
},
"ssd512_vgg_voc_int8": {
"config": "examples/object_detection/configs/ssd512_vgg_voc_int8.json",
Expand Down

0 comments on commit e2e3cda

Please sign in to comment.