Skip to content

Commit f1234d2

Browse files
yunchuSongki Choi
andauthored
Update for release 1.4 (#2380)
* updated for 1.4.0rc3 * update changelog & release note * bump datumaro version up --------- Co-authored-by: Songki Choi <[email protected]>
1 parent 0906811 commit f1234d2

File tree

5 files changed

+27
-15
lines changed

5 files changed

+27
-15
lines changed

CHANGELOG.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,31 @@ All notable changes to this project will be documented in this file.
88

99
- Support encrypted dataset training (<https://github.com/openvinotoolkit/training_extensions/pull/2209>)
1010
- Add custom max iou assigner to prevent CPU OOM when large annotations are used (<https://github.com/openvinotoolkit/training_extensions/pull/2228>)
11-
- Auto train type detection for Semi-SL, Self-SL and Incremental: "--train-type" now is optional (https://github.com/openvinotoolkit/training_extensions/pull/2195)
12-
- Add per-class XAI saliency maps for Mask R-CNN model (https://github.com/openvinotoolkit/training_extensions/pull/2227)
11+
- Auto train type detection for Semi-SL, Self-SL and Incremental: "--train-type" now is optional (<https://github.com/openvinotoolkit/training_extensions/pull/2195>)
12+
- Add per-class XAI saliency maps for Mask R-CNN model (<https://github.com/openvinotoolkit/training_extensions/pull/2227>)
1313
- Add new object detector Deformable DETR (<https://github.com/openvinotoolkit/training_extensions/pull/2249>)
14-
- Add new object detector DINO(<https://github.com/openvinotoolkit/training_extensions/pull/2266>)
15-
- Add new visual prompting task: train/eval (https://github.com/openvinotoolkit/training_extensions/pull/2203)
16-
- Add new visual prompting task: export (https://github.com/openvinotoolkit/training_extensions/pull/2274)
17-
- Add new visual prompting task: deploy (https://github.com/openvinotoolkit/training_extensions/pull/2311)
18-
- Add new visual prompting task: documentation (https://github.com/openvinotoolkit/training_extensions/pull/2354)
19-
- Add new visual prompting task: optimize (PTQ) (https://github.com/openvinotoolkit/training_extensions/pull/2318)
14+
- Add new object detector DINO (<https://github.com/openvinotoolkit/training_extensions/pull/2266>)
15+
- 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>)
2016
- Add new object detector ResNeXt101-ATSS (<https://github.com/openvinotoolkit/training_extensions/pull/2309>)
2117

2218
### Enhancements
2319

2420
- Introduce channel_last parameter to improve the performance (<https://github.com/openvinotoolkit/training_extensions/pull/2205>)
25-
- Decrease a time for making a workspace (<https://github.com/openvinotoolkit/training_extensions/pull/2223>)
21+
- Decrease time for making a workspace (<https://github.com/openvinotoolkit/training_extensions/pull/2223>)
2622
- Set persistent_workers and pin_memory as True in detection task (<https://github.com/openvinotoolkit/training_extensions/pull/2224>)
27-
- New algorithm for Semi-SL semantic segmentation based on metric lerning via class prototypes (https://github.com/openvinotoolkit/training_extensions/pull/2156)
28-
- Self-SL for classification now can recieve just folder with any images to start contrastive pretraining (https://github.com/openvinotoolkit/training_extensions/pull/2219)
23+
- New algorithm for Semi-SL semantic segmentation based on metric learning via class prototypes (<https://github.com/openvinotoolkit/training_extensions/pull/2156>)
24+
- Self-SL for classification now can recieve just folder with any images to start contrastive pretraining (<https://github.com/openvinotoolkit/training_extensions/pull/2219>)
2925
- Update OpenVINO version to 2023.0, and NNCF verion to 2.5 (<https://github.com/openvinotoolkit/training_extensions/pull/2090>)
30-
- Improve XAI saliency map generation for tiling detection and tiling instance segmentation (https://github.com/openvinotoolkit/training_extensions/pull/2240)
26+
- Improve XAI saliency map generation for tiling detection and tiling instance segmentation (<https://github.com/openvinotoolkit/training_extensions/pull/2240>)
27+
- Remove CenterCrop from Classification test pipeline and editing missing docs link(<https://github.com/openvinotoolkit/training_extensions/pull/2375>)
3128

3229
### Bug fixes
3330

3431
- Fix the bug that auto adapt batch size is unavailable with IterBasedRunner (<https://github.com/openvinotoolkit/training_extensions/pull/2182>)
3532
- Fix the bug that learning rate isn't scaled when multi-GPU trianing is enabled(<https://github.com/openvinotoolkit/training_extensions/pull/2254>)
3633
- Fix the bug that label order is misaligned when model is deployed from Geti (<https://github.com/openvinotoolkit/training_extensions/pull/2369>)
34+
- Fix NNCF training on CPU (<https://github.com/openvinotoolkit/training_extensions/pull/2373>)
35+
- Fix H-label classification (<https://github.com/openvinotoolkit/training_extensions/pull/2377>)
3736

3837
### Known issues
3938

docs/source/guide/release_notes/index.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Releases
22
========
33

4+
***************
5+
[v1.4.0] (3Q23)
6+
***************
7+
8+
- Support encrypted dataset training
9+
- Add custom max iou assigner to prevent CPU OOM when large annotations are used
10+
- Auto train type detection for Semi-SL, Self-SL and Incremental: "--train-type" now is optional
11+
- Add per-class XAI saliency maps for Mask R-CNN model
12+
- Add new object detector Deformable DETR
13+
- Add new object detector DINO
14+
- Add new visual prompting task
15+
- Add new object detector ResNeXt101-ATSS
16+
417
***************
518
[v1.3.0] (2Q23)
619
***************

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ natsort>=6.0.0
44
prettytable
55
protobuf>=3.20.0
66
pyyaml
7-
datumaro==1.4.0rc3
7+
datumaro==1.4.0rc4
88
psutil
99
scipy>=1.8
1010
bayesian-optimization>=1.2.0

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.0rc2"
6+
__version__ = "1.4.0rc3"
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.0rc2
3+
otx==1.4.0rc3
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)