Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into vs/ov_20231
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Oct 5, 2023
2 parents 975c487 + 4bfbf8a commit 25ae846
Show file tree
Hide file tree
Showing 29 changed files with 296 additions and 428 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/otx/algorithms/anomaly/tasks/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def _add_metadata_to_ir(self, model_file: str, export_type: ExportType) -> None:
if "min" in metadata and "max" in metadata:
extra_model_data[("model_info", "normalization_scale")] = metadata["max"] - metadata["min"]

extra_model_data[("model_info", "reverse_input_channels")] = True
extra_model_data[("model_info", "reverse_input_channels")] = False
extra_model_data[("model_info", "model_type")] = "AnomalyDetection"
extra_model_data[("model_info", "labels")] = "Normal Anomaly"
if export_type == ExportType.OPENVINO:
Expand Down
Loading

0 comments on commit 25ae846

Please sign in to comment.