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
@@ -55,7 +55,7 @@ OpenVINO™ Training Extensions supports the following computer vision tasks:
55
55
-**Action recognition** including action classification and detection
56
56
-**Anomaly recognition** tasks including anomaly classification, detection and segmentation
57
57
58
-
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/explanation/algorithms/index.html):
58
+
OpenVINO™ Training Extensions supports the [following learning methods](https://openvinotoolkit.github.io/training_extensions/stable/guide/explanation/algorithms/index.html):
59
59
60
60
-**Supervised**, incremental training, which includes class incremental scenario and contrastive learning for classification and semantic segmentation tasks
61
61
-**Semi-supervised learning**
@@ -75,7 +75,7 @@ OpenVINO™ Training Extensions provides the following usability features:
75
75
76
76
### Installation
77
77
78
-
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/get_started/installation.html).
78
+
Please refer to the [installation guide](https://openvinotoolkit.github.io/training_extensions/stable/guide/get_started/installation.html).
79
79
80
80
Note: Python 3.8, 3.9 and 3.10 were tested, along with Ubuntu 18.04, 20.04 and 22.04.
81
81
@@ -91,7 +91,7 @@ Note: Python 3.8, 3.9 and 3.10 were tested, along with Ubuntu 18.04, 20.04 and 2
91
91
-`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.
92
92
-`otx explain` runs explain algorithm on the provided data and outputs images with the saliency maps to show how your model makes predictions.
93
93
94
-
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).
94
+
You can find more details with examples in the [CLI command intro](https://openvinotoolkit.github.io/training_extensions/stable/guide/get_started/cli_commands.html).
0 commit comments