Skip to content

Commit

Permalink
ov pt targets
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Oct 13, 2023
1 parent 71e553d commit e919e08
Show file tree
Hide file tree
Showing 11 changed files with 137 additions and 106 deletions.
2 changes: 1 addition & 1 deletion tests/torch/data/ac_configs/ssd300_mobilenet_voc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ models:
preprocessing:
- type: resize
size: 300
- type: bgr_to_rgb
- type: normalization
mean: 123.675, 116.28, 103.53
std: 58.4795, 57.1429, 57.4713
- type: bgr_to_rgb
postprocessing:
- type: resize_prediction_boxes
metrics:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ models:
preprocessing:
- type: resize
size: 300
- type: bgr_to_rgb
- type: normalization
mean: 123.675, 116.28, 103.53
std: 58.4795, 57.1429, 57.4713
- type: bgr_to_rgb
postprocessing:
- type: resize_prediction_boxes
metrics:
Expand Down
2 changes: 1 addition & 1 deletion tests/torch/data/ac_configs/ssd300_vgg_voc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ models:
preprocessing:
- type: resize
size: 300
- type: bgr_to_rgb
- type: normalization
mean: 123.675, 116.28, 103.53
std: 58.4795, 57.1429, 57.4713
- type: bgr_to_rgb
postprocessing:
- type: resize_prediction_boxes
metrics:
Expand Down
2 changes: 1 addition & 1 deletion tests/torch/data/ac_configs/ssd300_vgg_voc_int8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ models:
preprocessing:
- type: resize
size: 300
- type: bgr_to_rgb
- type: normalization
mean: 123.675, 116.28, 103.53
std: 58.4795, 57.1429, 57.4713
- type: bgr_to_rgb
postprocessing:
- type: resize_prediction_boxes
metrics:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ models:
preprocessing:
- type: resize
size: 300
- type: bgr_to_rgb
- type: normalization
mean: 123.675, 116.28, 103.53
std: 58.4795, 57.1429, 57.4713
- type: bgr_to_rgb
postprocessing:
- type: resize_prediction_boxes
metrics:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ models:
preprocessing:
- type: resize
size: 300
- type: bgr_to_rgb
- type: normalization
mean: 123.675, 116.28, 103.53
std: 58.4795, 57.1429, 57.4713
- type: bgr_to_rgb
postprocessing:
- type: resize_prediction_boxes
metrics:
Expand Down
2 changes: 1 addition & 1 deletion tests/torch/data/ac_configs/ssd512_vgg_voc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ models:
preprocessing:
- type: resize
size: 512
- type: bgr_to_rgb
- type: normalization
mean: 123.675, 116.28, 103.53
std: 58.4795, 57.1429, 57.4713
- type: bgr_to_rgb
postprocessing:
- type: resize_prediction_boxes
metrics:
Expand Down
2 changes: 1 addition & 1 deletion tests/torch/data/ac_configs/ssd512_vgg_voc_int8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ models:
preprocessing:
- type: resize
size: 512
- type: bgr_to_rgb
- type: normalization
mean: 123.675, 116.28, 103.53
std: 58.4795, 57.1429, 57.4713
- type: bgr_to_rgb
postprocessing:
- type: resize_prediction_boxes
metrics:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ models:
preprocessing:
- type: resize
size: 512
- type: bgr_to_rgb
- type: normalization
mean: 123.675, 116.28, 103.53
std: 58.4795, 57.1429, 57.4713
- type: bgr_to_rgb
postprocessing:
- type: resize_prediction_boxes
metrics:
Expand Down
Loading

0 comments on commit e919e08

Please sign in to comment.