Skip to content

Commit

Permalink
Merge branch 'kp/fix_changelog' into kp/merge_back_2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kprokofi committed Nov 14, 2024
2 parents 5bc8332 + 6cbb5f2 commit b8f5e09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ All notable changes to this project will be documented in this file.
(<https://github.com/openvinotoolkit/training_extensions/pull/4009>)
- Remove background label from RT Info for segmentation task
(<https://github.com/openvinotoolkit/training_extensions/pull/4011>)
- Enable export of the feature vectors for semantic segmentation task
(<https://github.com/openvinotoolkit/training_extensions/pull/4055>)
- Prevent using too low confidence thresholds in detection
(<https://github.com/openvinotoolkit/training_extensions/pull/4018>)
- Update HPO interface
Expand Down Expand Up @@ -166,8 +168,6 @@ All notable changes to this project will be documented in this file.
(<https://github.com/openvinotoolkit/training_extensions/pull/4049>)
- Model templates: rename model_status value 'DISCONTINUED' to 'OBSOLETE'
(<https://github.com/openvinotoolkit/training_extensions/pull/4051>)
- Enable export of feature vectors for semantic segmentation task
(<https://github.com/openvinotoolkit/training_extensions/pull/4055>)
- Update MRCNN model export to include feature vector and saliency map
(<https://github.com/openvinotoolkit/training_extensions/pull/4056>)
- Upgrade MAPI in 2.2
Expand All @@ -188,6 +188,8 @@ All notable changes to this project will be documented in this file.
(<https://github.com/openvinotoolkit/training_extensions/pull/4105>)
- Disable tiling classifier toggle in configurable parameters
(<https://github.com/openvinotoolkit/training_extensions/pull/4107>)
- Fix classification and semantic segmentation tasks, when ROI provided for images
(<https://github.com/openvinotoolkit/training_extensions/pull/4105>)

## \[v2.1.0\]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ training_targets:
# Computational Complexity
gigaflops: 1.3
size: 3.1

# Model spec
model_category: SPEED
is_default_for_task: true

0 comments on commit b8f5e09

Please sign in to comment.