11Releases
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- *************
41119v1.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- *************
55147v1.0.0 (1Q23)
56- *************
148+ -------------
57149
58150- Installation through PyPI
59151 - Package will be renamed as OpenVINO™ Training Extensions
0 commit comments