Skip to content

Commit da693f8

Browse files
reduce models.lst to only supported model (#2544)
1 parent f0124db commit da693f8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

demos/multi_channel_human_pose_estimation_demo/cpp/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ python3 <omz_dir>/tools/downloader/converter.py --list models.lst
3434
### Supported Models
3535

3636
* human-pose-estimation-0001
37-
* human-pose-estimation-0005
38-
* human-pose-estimation-0006
39-
* human-pose-estimation-0007
4037

4138
> **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.
4239
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file can be used with the --list option of the model downloader.
2-
human-pose-estimation-????
2+
human-pose-estimation-0001

0 commit comments

Comments
 (0)