Skip to content

Commit

Permalink
Merge pull request #984 from openvinotoolkit/albert/CVS-81984
Browse files Browse the repository at this point in the history
Added Rotated detection
  • Loading branch information
druzhkov-paul authored Mar 18, 2022
2 parents abafaa3 + 68f906c commit 4d1ae2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ote_sdk/ote_sdk/entities/model_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def __init__(self) -> None:
TaskType.ANOMALY_DETECTION,
TaskType.ANOMALY_CLASSIFICATION,
TaskType.ANOMALY_SEGMENTATION,
TaskType.ROTATED_DETECTION,
)


Expand Down
1 change: 1 addition & 0 deletions ote_sdk/ote_sdk/tests/entities/test_model_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -1049,6 +1049,7 @@ def test_task_type_constants(self):
TaskType.ANOMALY_DETECTION,
TaskType.ANOMALY_CLASSIFICATION,
TaskType.ANOMALY_SEGMENTATION,
TaskType.ROTATED_DETECTION,
)


Expand Down

0 comments on commit 4d1ae2d

Please sign in to comment.