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: demos/time_series_forecasting_demo/python/README.md
+25-4Lines changed: 25 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
# Time Series Forecasting Python\* Demo
2
2
3
+

4
+
3
5
This README describes the Time Series Forecasting demo application.
4
6
5
7
## How It Works
@@ -10,7 +12,12 @@ The program provides an interactive CLI interface that gets a test dataset in .p
10
12
11
13
## Preparing to Run
12
14
13
-
For demo input image or video files you may refer to [Media Files Available for Demos](../../README.md#Media-Files-Available-for-Demos).
15
+
Install required dependencies with command:
16
+
17
+
```sh
18
+
pip install -r requirements.txt
19
+
```
20
+
14
21
The list of models supported by the demo is in `<omz_dir>/demos/whiteboard_inpainting_demo/python/models.lst` file.
15
22
This file can be used as a parameter for [Model Downloader](../../../tools/downloader/README.md) and Converter to download and, if necessary, convert models to OpenVINO Inference Engine format (\*.xml + \*.bin).
16
23
@@ -26,6 +33,12 @@ An example of using the Model Converter:
> **NOTE**: Refer to the tables [Intel's Pre-Trained Models Device Support](../../../models/intel/device_support.md) and [Public Pre-Trained Models Device Support](../../../models/public/device_support.md) for the details on models inference support at different devices.
0 commit comments