Skip to content

Commit 248016d

Browse files
author
Songki Choi
authored
Release 1.1.0 (#1933)
* Release OTX 1.1.0 * Update known issues in CHANGELOG.md * Fix PR / issue # to links * Fix pre-commit
1 parent 279ab7a commit 248016d

File tree

4 files changed

+39
-30
lines changed

4 files changed

+39
-30
lines changed

CHANGELOG.md

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,36 @@ All notable changes to this project will be documented in this file.
66

77
### New features
88

9-
- Add FP16 IR export support (#1683)
10-
- Add in-memory caching in dataloader (#1694)
11-
- Add MoViNet template for action classification (#1742)
12-
- Add Semi-SL multilabel classification algorithm (#1805)
13-
- Integrate multi-gpu training for semi-supervised learning and self-supervised learning (#1534)
14-
- Add train-type parameter to otx train (#1874)
15-
- Add embedding of inference configuration to IR for classification (#1842)
16-
- Enable VOC dataset in OTX (#1862)
9+
- Add FP16 IR export support (<https://github.com/openvinotoolkit/training_extensions/pull/1683>)
10+
- Add in-memory caching in dataloader (<https://github.com/openvinotoolkit/training_extensions/pull/1694>)
11+
- Add MoViNet template for action classification (<https://github.com/openvinotoolkit/training_extensions/pull/1742>)
12+
- Add Semi-SL multilabel classification algorithm (<https://github.com/openvinotoolkit/training_extensions/pull/1805>)
13+
- Integrate multi-gpu training for semi-supervised learning and self-supervised learning (<https://github.com/openvinotoolkit/training_extensions/pull/1534>)
14+
- Add train-type parameter to otx train (<https://github.com/openvinotoolkit/training_extensions/pull/1874>)
15+
- Add embedding of inference configuration to IR for classification (<https://github.com/openvinotoolkit/training_extensions/pull/1842>)
16+
- Enable VOC dataset in OTX (<https://github.com/openvinotoolkit/training_extensions/pull/1862>)
17+
- Add mmcls.VisionTransformer backbone support (<https://github.com/openvinotoolkit/training_extensions/pull/1908>)
1718

1819
### Enhancements
1920

20-
- Parametrize saliency maps dumping in export (#1888)
21-
- Bring mmdeploy to action recognition model export & Test optimization of action tasks (#1848)
22-
- Update backbone lists (#1835)
21+
- Parametrize saliency maps dumping in export (<https://github.com/openvinotoolkit/training_extensions/pull/1888>)
22+
- Bring mmdeploy to action recognition model export & Test optimization of action tasks (<https://github.com/openvinotoolkit/training_extensions/pull/1848>)
23+
- Update backbone lists (<https://github.com/openvinotoolkit/training_extensions/pull/1835>)
24+
- Add explanation for XAI & minor doc fixes (<https://github.com/openvinotoolkit/training_extensions/pull/1923>)
25+
- Refactor phase#1: MPA modules
2326

2427
### Bug fixes
2528

26-
- Handle unpickable update_progress_callback (#1892)
27-
- Dataset Adapter: Avoid duplicated annotation and permit empty image (#1873)
28-
- Arrange scale between bbox preds and bbox targets in ATSS (#1880)
29-
- Fix label mismatch of evaluation and validation with large dataset in semantic segmentation (#1851)
29+
- Handle unpickable update_progress_callback (<https://github.com/openvinotoolkit/training_extensions/pull/1892>)
30+
- Dataset Adapter: Avoid duplicated annotation and permit empty image (<https://github.com/openvinotoolkit/training_extensions/pull/1873>)
31+
- Arrange scale between bbox preds and bbox targets in ATSS (<https://github.com/openvinotoolkit/training_extensions/pull/1880>)
32+
- Fix label mismatch of evaluation and validation with large dataset in semantic segmentation (<https://github.com/openvinotoolkit/training_extensions/pull/1851>)
33+
- Fix packaging errors including cython module build / import issues (<https://github.com/openvinotoolkit/training_extensions/pull/1936>)
34+
35+
### Known issues
36+
37+
- OpenVINO(==2022.3) IR inference is not working well on 2-stage models (e.g. Mask-RCNN) exported from torch==1.13.1
38+
(working well up to torch==1.12.1) (<https://github.com/openvinotoolkit/training_extensions/issues/1906>)
3039

3140
## \[v1.0.1\]
3241

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,19 +89,19 @@ You can find more details with examples in the [CLI command intro](https://openv
8989

9090
## Updates
9191

92-
### v1.0.0 (1Q23)
93-
94-
- Package Installation via PyPI
95-
- OpenVINO™ Training Extensions installation will be supported via PyPI
96-
- CLI update
97-
- Update `find` command to find configurations of tasks/algorithms
98-
- Introduce `build` command to customize task or model configurations
99-
- Automatic algorihm selection for the `train` command using the given input dataset
100-
- Adaptation of [Datumaro](https://github.com/openvinotoolkit/datumaro) component as a dataset interface
101-
- Integrate hyper-parameter optimizations
102-
- Support action recognition task
103-
104-
### v1.1+ (2Q23)
92+
### v1.1.0 (1Q23)
93+
94+
- Add FP16 IR export support (<https://github.com/openvinotoolkit/training_extensions/pull/1683>)
95+
- Add in-memory caching in dataloader (<https://github.com/openvinotoolkit/training_extensions/pull/1694>)
96+
- Add MoViNet template for action classification (<https://github.com/openvinotoolkit/training_extensions/pull/1742>)
97+
- Add Semi-SL multilabel classification algorithm (<https://github.com/openvinotoolkit/training_extensions/pull/1805>)
98+
- Integrate multi-gpu training for semi-supervised learning and self-supervised learning (<https://github.com/openvinotoolkit/training_extensions/pull/1534>)
99+
- Add train-type parameter to otx train (<https://github.com/openvinotoolkit/training_extensions/pull/1874>)
100+
- Add embedding of inference configuration to IR for classification (<https://github.com/openvinotoolkit/training_extensions/pull/1842>)
101+
- Enable VOC dataset in OTX (<https://github.com/openvinotoolkit/training_extensions/pull/1862>)
102+
- Add mmcls.VisionTransformer backbone support (<https://github.com/openvinotoolkit/training_extensions/pull/1908>)
103+
104+
### v1.2+ (2Q23)
105105

106106
- In planning
107107

otx/__init__.py

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

6-
__version__ = "1.1.0rc1"
6+
__version__ = "1.1.0"
77
# NOTE: Sync w/ otx/api/usecases/exportable_code/demo/requirements.txt on release
88

99
MMCLS_AVAILABLE = True
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
openmodelzoo-modelapi==2022.3.0
2-
otx @ git+https://github.com/openvinotoolkit/training_extensions/@128154fd7d58d6ef996c46b58cb8432f7110e0ca#egg=otx
2+
otx==1.1.0
33
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)