Skip to content

Commit 0e09a19

Browse files
committed
update release note and, changelog, and readme
1 parent 5f1d0ba commit 0e09a19

File tree

3 files changed

+43
-17
lines changed

3 files changed

+43
-17
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## \[v1.5.0 - unreleased\]
5+
## \[v1.5.0\]
66

77
### New features
88

9-
- Enable configurable confidence threshold for otx eval and export(<https://github.com/openvinotoolkit/training_extensions/pull/2388>)
9+
- Enable configurable confidence threshold for otx eval and export (<https://github.com/openvinotoolkit/training_extensions/pull/2388>)
1010
- Add YOLOX variants as new object detector models (<https://github.com/openvinotoolkit/training_extensions/pull/2402>)
11-
- Enable FeatureVectorHook to support action tasks(<https://github.com/openvinotoolkit/training_extensions/pull/2408>)
11+
- Enable FeatureVectorHook to support action tasks (<https://github.com/openvinotoolkit/training_extensions/pull/2408>)
1212
- Add ONNX metadata to detection, instance segmantation, and segmentation models (<https://github.com/openvinotoolkit/training_extensions/pull/2418>)
13-
- Add a new feature to configure input size(<https://github.com/openvinotoolkit/training_extensions/pull/2420>)
13+
- Add a new feature to configure input size (<https://github.com/openvinotoolkit/training_extensions/pull/2420>)
1414
- Introduce the OTXSampler and AdaptiveRepeatDataHook to achieve faster training at the small data regime (<https://github.com/openvinotoolkit/training_extensions/pull/2428>)
15-
- Add a new object detector Lite-DINO(<https://github.com/openvinotoolkit/training_extensions/pull/2457>)
16-
- Add Semi-SL Mean Teacher algorithm for Instance Segmentation task(<https://github.com/openvinotoolkit/training_extensions/pull/2444>)
15+
- Add a new object detector Lite-DINO (<https://github.com/openvinotoolkit/training_extensions/pull/2457>)
16+
- Add Semi-SL Mean Teacher algorithm for Instance Segmentation task (<https://github.com/openvinotoolkit/training_extensions/pull/2444>)
1717
- Official supports for YOLOX-X, YOLOX-L, YOLOX-S, ResNeXt101-ATSS (<https://github.com/openvinotoolkit/training_extensions/pull/2485>)
1818
- Add new argument to track resource usage in train command (<https://github.com/openvinotoolkit/training_extensions/pull/2500>)
1919
- Add Self-SL for semantic segmentation of SegNext families (<https://github.com/openvinotoolkit/training_extensions/pull/2215>)

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ OpenVINO™ Training Extensions supports the following computer vision tasks:
5555
- **Action recognition** including action classification and detection
5656
- **Anomaly recognition** tasks including anomaly classification, detection and segmentation
5757

58-
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/1.5.0/guide/explanation/algorithms/index.html):
58+
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/stable/guide/explanation/algorithms/index.html):
5959

6060
- **Supervised**, incremental training, which includes class incremental scenario and contrastive learning for classification and semantic segmentation tasks
6161
- **Semi-supervised learning**
@@ -97,16 +97,20 @@ You can find more details with examples in the [CLI command intro](https://openv
9797

9898
## Updates
9999

100-
### v1.4.0 (3Q23)
101-
102-
- Support encrypted dataset training (<https://github.com/openvinotoolkit/training_extensions/pull/2209>)
103-
- Add custom max iou assigner to prevent CPU OOM when large annotations are used (<https://github.com/openvinotoolkit/training_extensions/pull/2228>)
104-
- Auto train type detection for Semi-SL, Self-SL and Incremental: "--train-type" now is optional (<https://github.com/openvinotoolkit/training_extensions/pull/2195>)
105-
- Add per-class XAI saliency maps for Mask R-CNN model (<https://github.com/openvinotoolkit/training_extensions/pull/2227>)
106-
- Add new object detector Deformable DETR (<https://github.com/openvinotoolkit/training_extensions/pull/2249>)
107-
- Add new object detector DINO (<https://github.com/openvinotoolkit/training_extensions/pull/2266>)
108-
- Add new visual prompting task (<https://github.com/openvinotoolkit/training_extensions/pull/2203>, <https://github.com/openvinotoolkit/training_extensions/pull/2274>, <https://github.com/openvinotoolkit/training_extensions/pull/2311>, <https://github.com/openvinotoolkit/training_extensions/pull/2354>, <https://github.com/openvinotoolkit/training_extensions/pull/2318>)
109-
- Add new object detector ResNeXt101-ATSS (<https://github.com/openvinotoolkit/training_extensions/pull/2309>)
100+
### v1.5.0 (4Q23)
101+
102+
- Enable configurable confidence threshold for otx eval and export (<https://github.com/openvinotoolkit/training_extensions/pull/2388>)
103+
- Add YOLOX variants as new object detector models (<https://github.com/openvinotoolkit/training_extensions/pull/2402>)
104+
- Enable FeatureVectorHook to support action tasks (<https://github.com/openvinotoolkit/training_extensions/pull/2408>)
105+
- Add ONNX metadata to detection, instance segmantation, and segmentation models (<https://github.com/openvinotoolkit/training_extensions/pull/2418>)
106+
- Add a new feature to configure input size (<https://github.com/openvinotoolkit/training_extensions/pull/2420>)
107+
- Introduce the OTXSampler and AdaptiveRepeatDataHook to achieve faster training at the small data regime (<https://github.com/openvinotoolkit/training_extensions/pull/2428>)
108+
- Add a new object detector Lite-DINO (<https://github.com/openvinotoolkit/training_extensions/pull/2457>)
109+
- Add Semi-SL Mean Teacher algorithm for Instance Segmentation task (<https://github.com/openvinotoolkit/training_extensions/pull/2444>)
110+
- Official supports for YOLOX-X, YOLOX-L, YOLOX-S, ResNeXt101-ATSS (<https://github.com/openvinotoolkit/training_extensions/pull/2485>)
111+
- Add new argument to track resource usage in train command (<https://github.com/openvinotoolkit/training_extensions/pull/2500>)
112+
- Add Self-SL for semantic segmentation of SegNext families (<https://github.com/openvinotoolkit/training_extensions/pull/2215>)
113+
- Adapt input size automatically based on dataset statistics (<https://github.com/openvinotoolkit/training_extensions/pull/2499>)
110114

111115
### Release History
112116

docs/source/guide/release_notes/index.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ Releases
44
.. toctree::
55
:maxdepth: 1
66

7+
v1.5.0 (4Q23)
8+
-------------
9+
10+
- Enable configurable confidence threshold for otx eval and export
11+
- Add YOLOX variants as new object detector models
12+
- Enable FeatureVectorHook to support action tasks
13+
- Add ONNX metadata to detection, instance segmantation, and segmentation models
14+
- Add a new feature to configure input size
15+
- Introduce the OTXSampler and AdaptiveRepeatDataHook to achieve faster training at the small data regime
16+
- Add a new object detector Lite-DINO
17+
- Add Semi-SL Mean Teacher algorithm for Instance Segmentation task
18+
- Official supports for YOLOX-X, YOLOX-L, YOLOX-S, ResNeXt101-ATSS
19+
- Add new argument to track resource usage in train command
20+
- Add Self-SL for semantic segmentation of SegNext families
21+
- Adapt input size automatically based on dataset statistics
22+
- Refine input data in-memory caching
23+
- Adapt timeout value of initialization for distributed training
24+
- Optimize data loading by merging load & resize operations w/ caching support for cls/det/iseg/sseg
25+
- Support torch==2.0.1
26+
- Set "Auto" as default input size mode
27+
28+
729
v1.4.4 (4Q23)
830
-------------
931

0 commit comments

Comments
 (0)