Skip to content

Commit

Permalink
Update thresholds for yolo_v4_coco (#3070)
Browse files Browse the repository at this point in the history
### Changes

Update thresholds for yolo_v4_coco

### Reason for changes

Different values for NNCF/weekly/e2e_tf_2.12.1 and NNCF/nightly/tf_full
(see NNCF/nightly/tf_full: Build # 808, NNCF/weekly/e2e_tf_2.12.1: Build
# 37)
  • Loading branch information
andrey-churkin authored Nov 13, 2024
1 parent 8555c86 commit 95cf1ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/tensorflow/sota_checkpoints_eval.json
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,9 @@
"model_description": "YOLO v4",
"batch_per_gpu": 15,
"target_tf": 47.07,
"target_ov": 48.46
"target_ov": 48.46,
"diff_target_ov_min": -0.02,
"diff_target_ov_max": 0.02
},
"yolo_v4_coco_int8": {
"config": "examples/tensorflow/object_detection/configs/quantization/yolo_v4_coco_int8.json",
Expand Down

0 comments on commit 95cf1ea

Please sign in to comment.