Skip to content

Commit d84c3d4

Browse files
committed
modifiy readme
1 parent 516d395 commit d84c3d4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
---
66

7-
[Key Features](#key-features)
8-
[Installation](https://openvinotoolkit.github.io/training_extensions/1.4.2/guide/get_started/installation.html)
9-
[Documentation](https://openvinotoolkit.github.io/training_extensions/1.4.2/index.html)
7+
[Key Features](#key-features)
8+
[Installation](https://openvinotoolkit.github.io/training_extensions/stable/guide/get_started/installation.html)
9+
[Documentation](https://openvinotoolkit.github.io/training_extensions/stable/index.html)
1010
[License](#license)
1111

1212
[![PyPI](https://img.shields.io/pypi/v/otx)](https://pypi.org/project/otx)
@@ -55,7 +55,7 @@ OpenVINO™ Training Extensions supports the following computer vision tasks:
5555
- **Action recognition** including action classification and detection
5656
- **Anomaly recognition** tasks including anomaly classification, detection and segmentation
5757

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):
5959

6060
- **Supervised**, incremental training, which includes class incremental scenario and contrastive learning for classification and semantic segmentation tasks
6161
- **Semi-supervised learning**
@@ -75,7 +75,7 @@ OpenVINO™ Training Extensions provides the following usability features:
7575

7676
### Installation
7777

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).
7979

8080
Note: Python 3.8, 3.9 and 3.10 were tested, along with Ubuntu 18.04, 20.04 and 22.04.
8181

@@ -91,7 +91,7 @@ Note: Python 3.8, 3.9 and 3.10 were tested, along with Ubuntu 18.04, 20.04 and 2
9191
- `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.
9292
- `otx explain` runs explain algorithm on the provided data and outputs images with the saliency maps to show how your model makes predictions.
9393

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).
9595

9696
---
9797

0 commit comments

Comments
 (0)