Skip to content

Commit 4494955

Browse files
authored
Update for 1.4.2 (#2514)
update for release 1.4.2
1 parent 4ddbffc commit 4494955

File tree

4 files changed

+110
-17
lines changed

4 files changed

+110
-17
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All notable changes to this project will be documented in this file.
66

77
### Enhancements
88

9-
- Bump datumaro version to 1.5.0rc0 (<https://github.com/openvinotoolkit/training_extensions/pull/2470>)
9+
- Upgrade nncf version to 2.6.0 (<https://github.com/openvinotoolkit/training_extensions/pull/2459>)
10+
- Bump datumaro version to 1.5.0 (<https://github.com/openvinotoolkit/training_extensions/pull/2470>, <https://github.com/openvinotoolkit/training_extensions/pull/2502>)
1011
- Set tox version constraint (<https://github.com/openvinotoolkit/training_extensions/pull/2472>)
1112
- Add model category attributes to model template (<https://github.com/openvinotoolkit/training_extensions/pull/2439>)
1213

docs/source/guide/release_notes/index.rst

Lines changed: 106 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
Releases
2-
========
2+
########
33

4-
***************
5-
[v1.4.0] (3Q23)
6-
***************
4+
.. toctree::
5+
:maxdepth: 1
6+
7+
v1.4.2 (4Q23)
8+
-------------
9+
10+
- Upgrade nncf version to 2.6.0
11+
- Bump datumaro version to 1.5.0
12+
- Set tox version constraint
13+
- Add model category attributes to model template
14+
- Minor bug fixes
15+
16+
v1.4.1 (3Q23)
17+
-------------
18+
19+
- Update the README file in exportable code
20+
- Minor bug fixes
21+
22+
v1.4.0 (3Q23)
23+
-------------
724

825
- Support encrypted dataset training
926
- Add custom max iou assigner to prevent CPU OOM when large annotations are used
@@ -13,10 +30,23 @@ Releases
1330
- Add new object detector DINO
1431
- Add new visual prompting task
1532
- Add new object detector ResNeXt101-ATSS
33+
- Introduce channel_last parameter to improve the performance
34+
- Decrease time for making a workspace
35+
- Set persistent_workers and pin_memory as True in detection task
36+
- New algorithm for Semi-SL semantic segmentation based on metric learning via class prototypes
37+
- Self-SL for classification now can recieve just folder with any images to start contrastive pretraining
38+
- Update OpenVINO version to 2023.0, and NNCF verion to 2.5
39+
- Improve XAI saliency map generation for tiling detection and tiling instance segmentation
40+
- Remove CenterCrop from Classification test pipeline and editing missing docs link
41+
- Switch to PTQ for sseg
42+
- Minor bug fixes
1643

17-
***************
18-
[v1.3.0] (2Q23)
19-
***************
44+
v1.3.1 (2Q23)
45+
-------------
46+
- Minor bug fixes
47+
48+
v1.3.0 (2Q23)
49+
-------------
2050

2151
- Support direct annotation input for COCO format
2252
- Action task supports multi GPU training
@@ -25,21 +55,69 @@ Releases
2555
- Support auto adapting batch size
2656
- Support auto adapting num_workers
2757
- Support noisy label detection for detection tasks
58+
- Make semantic segmentation OpenVINO models compatible with ModelAPI
59+
- Support label hierarchy through LabelTree in LabelSchema for classification task
60+
- Enhance exportable code file structure, video inference and default value for demo
61+
- Speedup OpenVINO inference in image classificaiton, semantic segmentation, object detection and instance segmentation tasks
62+
- Refactoring of ONNX export functionality
63+
- Minor bug fixes
64+
65+
v1.2.4 (3Q23)
66+
-------------
67+
- Per-class saliency maps for M-RCNN
68+
- Disable semantic segmentation soft prediction processing
69+
- Update export and nncf hyperparameters
70+
- Minor bug fixes
71+
72+
v1.2.3 (2Q23)
73+
-------------
74+
75+
- Improve warning message for tiling configurable parameter
76+
- Minor bug fixes
77+
78+
v1.2.1 (2Q23)
79+
-------------
2880

29-
*************
30-
v1.2.0 (1Q23)
31-
*************
81+
- Upgrade mmdeploy==0.14.0 from official PyPI
82+
- Integrate new ignored loss in semantic segmentation
83+
- Optimize YOLOX data pipeline
84+
- Tiling Spatial Concatenation for OpenVINO IR
85+
- Optimize counting train & inference speed and memory consumption
86+
- Minor bug fixes
87+
88+
v1.2.0 (2Q23)
89+
-------------
3290

3391
- Add generating feature cli_report.log in output for otx training
3492
- Support multiple python versions up to 3.10
3593
- Support export of onnx models
3694
- Add option to save images after inference in OTX CLI demo together with demo in exportable code
3795
- Support storage cache in Apache Arrow using Datumaro for cls, det, seg tasks
3896
- Add noisy label detection for multi-class classification task
97+
- Clean up and refactor the output of the OTX CLI
98+
- Enhance DetCon logic and SupCon for semantic segmentation
99+
- Detection task refactoring
100+
- Classification task refactoring
101+
- Extend OTX explain CLI
102+
- Segmentation task refactoring
103+
- Action task refactoring
104+
- Optimize data preprocessing time and enhance overall performance in semantic segmentation
105+
- Support automatic batch size decrease when there is no enough GPU memory
106+
- Minor bug fixes
107+
108+
v1.1.2 (2Q23)
109+
-------------
110+
111+
- Minor bug fixes
112+
113+
114+
v1.1.1 (1Q23)
115+
-------------
116+
117+
- Minor bug fixes
39118

40-
*************
41119
v1.1.0 (1Q23)
42-
*************
120+
-------------
43121

44122
- Add FP16 IR export support
45123
- Add in-memory caching in dataloader
@@ -50,10 +128,24 @@ v1.1.0 (1Q23)
50128
- Add embedding of inference configuration to IR for classification
51129
- Enable VOC dataset in OTX
52130
- Add mmcls.VisionTransformer backbone support
131+
- Parametrize saliency maps dumping in export
132+
- Bring mmdeploy to action recognition model export & Test optimization of action tasks
133+
- Update backbone lists
134+
- Add explanation for XAI & minor doc fixes
135+
- Refactor phase#1: MPA modules
136+
137+
138+
v1.0.1 (1Q23)
139+
-------------
140+
141+
- Refine documents by proof review
142+
- Separate installation for each tasks
143+
- Improve POT efficiency by setting stat_requests_number parameter to 1
144+
- Minor bug fixes
145+
53146

54-
*************
55147
v1.0.0 (1Q23)
56-
*************
148+
-------------
57149

58150
- Installation through PyPI
59151
- Package will be renamed as OpenVINO™ Training Extensions

src/otx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
# Copyright (C) 2021-2023 Intel Corporation
44
# SPDX-License-Identifier: Apache-2.0
55

6-
__version__ = "1.4.2rc5"
6+
__version__ = "1.4.2"
77
# NOTE: Sync w/ src/otx/api/usecases/exportable_code/demo/requirements.txt on release
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
openvino==2023.0
22
openvino-model-api==0.1.3
3-
otx==1.4.2rc5
3+
otx==1.4.2
44
numpy>=1.21.0,<=1.23.5 # np.bool was removed in 1.24.0 which was used in openvino runtime

0 commit comments

Comments
 (0)