Skip to content

Commit 8b5fb94

Browse files
author
Roman Donchenko
authored
Merge pull request openvinotoolkit#1298 from IRDonch/rm-fr-links
Remove links to the deleted Face Recognition demo
2 parents e8e16a9 + c446014 commit 8b5fb94

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

demos/README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ The Open Model Zoo includes the following demos:
1616
- [Image Segmentation C++ Demo](./segmentation_demo/README.md) - Inference of image segmentation networks like FCN8 (the demo supports only images as inputs).
1717
- [Instance Segmentation Python* Demo](./python_demos/instance_segmentation_demo/README.md) - Inference of instance segmentation networks trained in `Detectron` or `maskrcnn-benchmark`.
1818
- [Interactive Face Detection C++ Demo](./interactive_face_detection_demo/README.md) - Face Detection coupled with Age/Gender, Head-Pose, Emotion, and Facial Landmarks detectors. Supports video and camera inputs.
19-
- [Interactive Face Recognition Python* Demo](./python_demos/face_recognition_demo/README.md) - Face Detection coupled with Head-Pose, Facial Landmarks and Face Recognition detectors. Supports video and camera inputs.
2019
- [Mask R-CNN C++ Demo for TensorFlow* Object Detection API](./mask_rcnn_demo/README.md) - Inference of instance segmentation networks created with TensorFlow\* Object Detection API.
2120
- [Monodepth Python* Demo](./python_demos/monodepth_demo/README.md) - The demo demonstrates how to run monocular depth estimation models.
2221
- [Multi-Camera Multi-Target Tracking Python* Demo](./python_demos/multi_camera_multi_target_tracking/README.md) Demo application for multiple targets (persons or vehicles) tracking on multiple cameras.
@@ -71,17 +70,17 @@ The table below shows the correlation between models, demos, and supported plugi
7170
| instance-segmentation-security-1025 | [Instance Segmentation Demo](./python_demos/instance_segmentation_demo/README.md) | Supported | | | Supported |
7271
| age-gender-recognition-retail-0013 | [Interactive Face Detection Demo](./interactive_face_detection_demo/README.md) | Supported | Supported | Supported | Supported |
7372
| emotions-recognition-retail-0003 | [Interactive Face Detection Demo](./interactive_face_detection_demo/README.md) | Supported | Supported | Supported | Supported |
74-
| face-detection-adas-0001 | [Interactive Face Detection Demo](./interactive_face_detection_demo/README.md)<br>[Interactive Face Recognition Python* Demo](./python_demos/face_recognition_demo/README.md) | Supported | Supported | Supported | Supported |
73+
| face-detection-adas-0001 | [Interactive Face Detection Demo](./interactive_face_detection_demo/README.md) | Supported | Supported | Supported | Supported |
7574
| face-detection-adas-binary-0001 | [Interactive Face Detection Demo](./interactive_face_detection_demo/README.md) | Supported | Supported | | |
76-
| face-detection-retail-0004 | [Interactive Face Detection Demo](./interactive_face_detection_demo/README.md)<br>[Interactive Face Recognition Python* Demo](./python_demos/face_recognition_demo/README.md) | Supported | Supported | Supported | Supported |
75+
| face-detection-retail-0004 | [Interactive Face Detection Demo](./interactive_face_detection_demo/README.md) | Supported | Supported | Supported | Supported |
7776
| facial-landmarks-35-adas-0002 | [Interactive Face Detection Demo](./interactive_face_detection_demo/README.md) | Supported | Supported | Supported | Supported |
7877
| head-pose-estimation-adas-0001 | [Interactive Face Detection Demo](./interactive_face_detection_demo/README.md) | Supported | Supported | Supported | Supported |
7978
| license-plate-recognition-barrier-0001 | [Security Barrier Camera Demo](./security_barrier_camera_demo/README.md) | Supported | Supported | Supported | Supported |
8079
| vehicle-attributes-recognition-barrier-0039 | [Security Barrier Camera Demo](./security_barrier_camera_demo/README.md) | Supported | Supported | Supported | Supported |
8180
| vehicle-attributes-recognition-barrier-0042 | [Security Barrier Camera Demo](./security_barrier_camera_demo/README.md) | Supported | | | |
8281
| vehicle-license-plate-detection-barrier-0106 | [Security Barrier Camera Demo](./security_barrier_camera_demo/README.md) | Supported | Supported | Supported | Supported |
8382
| vehicle-license-plate-detection-barrier-0123 | [Security Barrier Camera Demo](./security_barrier_camera_demo/README.md) | Supported | Supported | Supported | Supported |
84-
| landmarks-regression-retail-0009 | [Smart Classroom Demo](./smart_classroom_demo/README.md)<br>[Interactive Face Recognition Python* Demo](./python_demos/face_recognition_demo/README.md) | Supported | Supported | Supported | Supported |
83+
| landmarks-regression-retail-0009 | [Smart Classroom Demo](./smart_classroom_demo/README.md) | Supported | Supported | Supported | Supported |
8584
| person-detection-action-recognition-0005 | [Smart Classroom Demo](./smart_classroom_demo/README.md) | Supported | Supported | Supported | Supported |
8685
| person-detection-action-recognition-teacher-0002 | [Smart Classroom Demo](./smart_classroom_demo/README.md) | Supported | Supported | | Supported |
8786
| single-human-pose-estimation-0001 | [Single Human Pose Estimation Python* Demo](./python_demos/single_human_pose_estimation_demo/README.md) | Supported | Supported | | |

0 commit comments

Comments
 (0)