forked from openvinotoolkit/open_model_zoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Roman Donchenko
committed
Dec 5, 2019
1 parent
44dee24
commit 811bb59
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Multi-Channel C++ Demos | ||
|
||
The demos provide an inference pipeline for three multi-channel scenarios: face detection, human pose estimation and object detection yolov3. For more information, refer to the corresponding pages: | ||
* [Multi-Channel Face Detection C++ Demo](./face_detection/README.md) | ||
* [Multi-Channel Human Pose Estimation C++ Demo](./human_pose_estimation/README.md) | ||
* [Multi-Channel Face Detection C++ Demo](./face_detection_demo/README.md) | ||
* [Multi-Channel Human Pose Estimation C++ Demo](./human_pose_estimation_demo/README.md) | ||
* [Multi-Channel Object Detection Yolov3 C++ Demo](./object_detection_demo_yolov3/README.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters