You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+
## \[v1.4.2\]
6
+
7
+
### Enhancements
8
+
9
+
- Add model category attributes to model template (<https://github.com/openvinotoolkit/training_extensions/pull/2439>)
10
+
11
+
### Bug fixes
12
+
13
+
- Add workaround for the incorrect meta info M-RCNN (used for XAI) (<https://github.com/openvinotoolkit/training_extensions/pull/2437>)
14
+
5
15
## \[v1.4.1\]
6
16
7
17
### Enhancements
@@ -255,7 +265,7 @@ All notable changes to this project will be documented in this file.
255
265
- Enhance `find` command to find configurations of supported tasks / algorithms / models / backbones
256
266
- Introduce `build` command to customize task or model configurations in isolated workspace
257
267
- Auto-config feature to automatically select the right algorithm and default model for the `train` & `build` command by detecting the task type of given input dataset
@@ -54,7 +54,7 @@ OpenVINO™ Training Extensions supports the following computer vision tasks:
54
54
-**Action recognition** including action classification and detection
55
55
-**Anomaly recognition** tasks including anomaly classification, detection and segmentation
56
56
57
-
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/explanation/algorithms/index.html):
57
+
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/explanation/algorithms/index.html):
58
58
59
59
-**Supervised**, incremental training, which includes class incremental scenario and contrastive learning for classification and semantic segmentation tasks
60
60
-**Semi-supervised learning**
@@ -64,17 +64,17 @@ OpenVINO™ Training Extensions will provide the following features in coming re
64
64
65
65
-**Distributed training** to accelerate the training process when you have multiple GPUs
66
66
-**Half-precision training** to save GPUs memory and use larger batch sizes
67
-
- Integrated, efficient [hyper-parameter optimization module (HPO)](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/explanation/additional_features/hpo.html). Through dataset proxy and built-in hyper-parameter optimizer, you can get much faster hyper-parameter optimization compared to other off-the-shelf tools. The hyperparameter optimization is dynamically scheduled based on your resource budget.
67
+
- Integrated, efficient [hyper-parameter optimization module (HPO)](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/explanation/additional_features/hpo.html). Through dataset proxy and built-in hyper-parameter optimizer, you can get much faster hyper-parameter optimization compared to other off-the-shelf tools. The hyperparameter optimization is dynamically scheduled based on your resource budget.
68
68
- OpenVINO™ Training Extensions uses [Datumaro](https://openvinotoolkit.github.io/datumaro/v1.4.1/index.html) as the backend to hadle datasets. Thanks to that, OpenVINO™ Training Extensions supports the most common academic field dataset formats for each task. We constantly working to extend supported formats to give more freedom of datasets format choice.
69
-
-[Auto-configuration functionality](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/explanation/additional_features/auto_configuration.html). OpenVINO™ Training Extensions analyzes provided dataset and selects the proper task and model template to provide the best accuracy/speed trade-off. It will also make a random auto-split of your dataset if there is no validation set provided.
69
+
-[Auto-configuration functionality](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/explanation/additional_features/auto_configuration.html). OpenVINO™ Training Extensions analyzes provided dataset and selects the proper task and model template to provide the best accuracy/speed trade-off. It will also make a random auto-split of your dataset if there is no validation set provided.
70
70
71
71
---
72
72
73
73
## Getting Started
74
74
75
75
### Installation
76
76
77
-
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/get_started/installation.html).
77
+
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/get_started/installation.html).
78
78
79
79
Note: Python 3.8 and 3.9 were tested, along with Ubuntu 18.04 and 20.04.
80
80
@@ -90,7 +90,7 @@ Note: Python 3.8 and 3.9 were tested, along with Ubuntu 18.04 and 20.04.
90
90
-`otx demo` allows one to apply a trained model on the custom data or the online footage from a web camera and see how it will work in a real-life scenario.
91
91
-`otx explain` runs explain algorithm on the provided data and outputs images with the saliency maps to show how your model makes predictions.
92
92
93
-
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/1.4.1/guide/get_started/cli_commands.html).
93
+
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/get_started/cli_commands.html).
0 commit comments