diff --git a/inference-engine/ie_bridges/python/sample/classification_sample_async/README.md b/inference-engine/ie_bridges/python/sample/classification_sample_async/README.md index 866c2292daa..87ebab49733 100644 --- a/inference-engine/ie_bridges/python/sample/classification_sample_async/README.md +++ b/inference-engine/ie_bridges/python/sample/classification_sample_async/README.md @@ -17,7 +17,7 @@ Basic Inference Engine API is covered by [Hello Classification Python* Sample](. | Validated Models | [alexnet](https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/alexnet/alexnet.md) | | Model Format | Inference Engine Intermediate Representation (.xml + .bin), ONNX (.onnx) | | Supported devices | [All](../../../../../docs/IE_DG/supported_plugins/Supported_Devices.md) | -| Other language realization | [C++](../../../../samples/classification_sample_async) | +| Other language realization | [C++](../../../../samples/classification_sample_async/README.md) | ## How It Works diff --git a/inference-engine/ie_bridges/python/sample/hello_classification/README.md b/inference-engine/ie_bridges/python/sample/hello_classification/README.md index ca0f0dc2a17..28ddf4312de 100644 --- a/inference-engine/ie_bridges/python/sample/hello_classification/README.md +++ b/inference-engine/ie_bridges/python/sample/hello_classification/README.md @@ -16,7 +16,7 @@ The following Inference Engine Python API is used in the application: | Validated Models | [alexnet](https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/alexnet/alexnet.md) | | Model Format | Inference Engine Intermediate Representation (.xml + .bin), ONNX (.onnx) | | Supported devices | [All](../../../../../docs/IE_DG/supported_plugins/Supported_Devices.md) | -| Other language realization | [C++](../../../../samples/hello_classification), [C](../../../c/samples/hello_classification) | +| Other language realization | [C++](../../../../samples/hello_classification/README.md), [C](../../../c/samples/hello_classification/README.md) | ## How It Works diff --git a/inference-engine/ie_bridges/python/sample/hello_query_device/README.md b/inference-engine/ie_bridges/python/sample/hello_query_device/README.md index af4784ebc38..41ef7451a94 100644 --- a/inference-engine/ie_bridges/python/sample/hello_query_device/README.md +++ b/inference-engine/ie_bridges/python/sample/hello_query_device/README.md @@ -12,7 +12,7 @@ The following Inference Engine Python API is used in the application: | Options | Values | | :------------------------- | :---------------------------------------------------------------------- | | Supported devices | [All](../../../../../docs/IE_DG/supported_plugins/Supported_Devices.md) | -| Other language realization | [C++](../../../../samples/hello_query_device) | +| Other language realization | [C++](../../../../samples/hello_query_device/README.md) | ## How It Works diff --git a/inference-engine/ie_bridges/python/sample/hello_reshape_ssd/README.md b/inference-engine/ie_bridges/python/sample/hello_reshape_ssd/README.md index ca122e608fc..a52407e8aaf 100644 --- a/inference-engine/ie_bridges/python/sample/hello_reshape_ssd/README.md +++ b/inference-engine/ie_bridges/python/sample/hello_reshape_ssd/README.md @@ -17,7 +17,7 @@ Basic Inference Engine API is covered by [Hello Classification Python* Sample](. | Validated Models | [mobilenet-ssd](https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/mobilenet-ssd/mobilenet-ssd.md) | | Model Format | Inference Engine Intermediate Representation (.xml + .bin), ONNX (.onnx) | | Supported devices | [All](../../../../../docs/IE_DG/supported_plugins/Supported_Devices.md) | -| Other language realization | [C++](../../../../samples/hello_reshape_ssd) | +| Other language realization | [C++](../../../../samples/hello_reshape_ssd/README.md) | ## How It Works diff --git a/inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/README.md b/inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/README.md index 3edacfbce10..06890ae27a9 100644 --- a/inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/README.md +++ b/inference-engine/ie_bridges/python/sample/ngraph_function_creation_sample/README.md @@ -19,7 +19,7 @@ Basic Inference Engine API is covered by [Hello Classification Python* Sample](. | Model Format | Network weights file (\*.bin) | | Validated images | The sample uses OpenCV\* to [read input grayscale image](https://docs.opencv.org/master/d4/da8/group__imgcodecs.html#ga288b8b3da0892bd651fce07b3bbd3a56) (\*.bmp, \*.png) or single-channel `ubyte` image | | Supported devices | [All](../../../../../docs/IE_DG/supported_plugins/Supported_Devices.md) | -| Other language realization | [C++](../../../../samples/ngraph_function_creation_sample) | +| Other language realization | [C++](../../../../samples/ngraph_function_creation_sample/README.md) | ## How It Works diff --git a/inference-engine/ie_bridges/python/sample/object_detection_sample_ssd/README.md b/inference-engine/ie_bridges/python/sample/object_detection_sample_ssd/README.md index 6fc3a4d2466..caaa8429bb6 100644 --- a/inference-engine/ie_bridges/python/sample/object_detection_sample_ssd/README.md +++ b/inference-engine/ie_bridges/python/sample/object_detection_sample_ssd/README.md @@ -17,7 +17,7 @@ Basic Inference Engine API is covered by [Hello Classification Python* Sample](. | Validated Models | [mobilenet-ssd](https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/mobilenet-ssd/mobilenet-ssd.md), [face-detection-0206](https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/intel/face-detection-0206/description/face-detection-0206.md) | | Model Format | Inference Engine Intermediate Representation (.xml + .bin), ONNX (.onnx) | | Supported devices | [All](../../../../../docs/IE_DG/supported_plugins/Supported_Devices.md) | -| Other language realization | [C++](../../../../samples/object_detection_sample_ssd), [C](../../../c/samples/object_detection_sample_ssd) | +| Other language realization | [C++](../../../../samples/object_detection_sample_ssd/README.md), [C](../../../c/samples/object_detection_sample_ssd/README.md) | ## How It Works diff --git a/inference-engine/ie_bridges/python/sample/speech_sample/README.md b/inference-engine/ie_bridges/python/sample/speech_sample/README.md index b57bfdccd56..de40adb5c42 100644 --- a/inference-engine/ie_bridges/python/sample/speech_sample/README.md +++ b/inference-engine/ie_bridges/python/sample/speech_sample/README.md @@ -20,7 +20,7 @@ Basic Inference Engine API is covered by [Hello Classification Python* Sample](. | Validated Models | Acoustic model based on Kaldi* neural networks (see [Model Preparation](#model-preparation) section) | | Model Format | Inference Engine Intermediate Representation (.xml + .bin) | | Supported devices | See [Execution Modes](#execution-modes) section below and [List Supported Devices](../../../../../docs/IE_DG/supported_plugins/Supported_Devices.md) | -| Other language realization | [C++](../../../../samples/speech_sample) | +| Other language realization | [C++](../../../../samples/speech_sample/README.md) | ## How It Works diff --git a/inference-engine/ie_bridges/python/sample/style_transfer_sample/README.md b/inference-engine/ie_bridges/python/sample/style_transfer_sample/README.md index aa29f365423..1a716c71e40 100644 --- a/inference-engine/ie_bridges/python/sample/style_transfer_sample/README.md +++ b/inference-engine/ie_bridges/python/sample/style_transfer_sample/README.md @@ -18,7 +18,7 @@ Basic Inference Engine API is covered by [Hello Classification Python* Sample](. | Validated Models | [fast-neural-style-mosaic-onnx](https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/fast-neural-style-mosaic-onnx/fast-neural-style-mosaic-onnx.md) | | Model Format | Inference Engine Intermediate Representation (.xml + .bin), ONNX (.onnx) | | Supported devices | [All](../../../../../docs/IE_DG/supported_plugins/Supported_Devices.md) | -| Other language realization | [C++](../../../../samples/style_transfer_sample) | +| Other language realization | [C++](../../../../samples/style_transfer_sample/README.md) | ## How It Works