Skip to content

Commit f1b0999

Browse files
authored
Merge pull request #1 from intel/add_public_link
Update README.md to add public link
2 parents 873e3c4 + a27a67e commit f1b0999

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ For example,
124124
```bash
125125
ros2 run dynamic_vino_sample dynamic_vino_sample -m /opt/intel/computer_vision_sdk/deployment_tools/intel_models/face-detection-adas-0001/FP32/face-detection-adas-0001.xml -m_em /opt/intel/computer_vision_sdk/deployment_tools/intel_models/emotions-recognition-retail-0003/FP32/emotions-recognition-retail-0003.xml -m_ag /opt/intel/computer_vision_sdk/deployment_tools/intel_models/age-gender-recognition-retail-0013/FP32/age-gender-recognition-retail-0013.xml -m-hp /opt/intel/computer_vision_sdk/deployment_tools/intel_models/head-pose-estimation-adas-0001/FP32/head-pose-estimation-adas-0001.xml -i StandardCamera -d CPU -d_em CPU -d_ag GPU -d_hp GPU
126126
```
127-
4. run sample code with parameters extracted from [yaml](https://github.intel.com/otc-rse/ros2_openvino/blob/master/vino_param_lib/param/pipeline.yaml).
127+
4. run sample code with parameters extracted from [yaml](https://github.com/intel/ros2_openvino_toolkit/blob/master/vino_param_lib/param/pipeline.yaml).
128128
```bash
129129
ros2 run dynamic_vino_sample pipeline_with_params
130130
```
@@ -134,11 +134,11 @@ ros2 run dynamic_vino_sample pipeline_with_params
134134
- Face Detection:
135135
```/openvino_toolkit/faces```([object_msgs:msg:ObjectsInBoxes](https://github.com/intel/ros2_object_msgs/blob/master/msg/ObjectsInBoxes.msg))
136136
- Emotion Detection:
137-
```/openvino_toolkit/emotions```([people_msgs:msg:EmotionsStamped](https://github.intel.com/otc-rse/ros2_openvino/blob/master/people_msgs/msg/EmotionsStamped.msg))
137+
```/openvino_toolkit/emotions```([people_msgs:msg:EmotionsStamped](https://github.com/intel/ros2_openvino_toolkit/blob/master/people_msgs/msg/EmotionsStamped.msg))
138138
- Age and Gender Detection:
139-
```/openvino_toolkit/age_genders```([people_msgs:msg:AgeGenderStamped](https://github.intel.com/otc-rse/ros2_openvino/blob/master/people_msgs/msg/AgeGenderStamped.msg))
139+
```/openvino_toolkit/age_genders```([people_msgs:msg:AgeGenderStamped](https://github.com/intel/ros2_openvino_toolkit/blob/master/people_msgs/msg/AgeGenderStamped.msg))
140140
- Head Pose:
141-
```/openvino_toolkit/headposes```([people_msgs:msg:HeadPoseStamped](https://github.intel.com/otc-rse/ros2_openvino/blob/master/people_msgs/msg/HeadPoseStamped.msg))
141+
```/openvino_toolkit/headposes```([people_msgs:msg:HeadPoseStamped](https://github.com/intel/ros2_openvino_toolkit/blob/master/people_msgs/msg/HeadPoseStamped.msg))
142142

143143
## 7. Known Issues
144144
- Parameters "-m_ag, -m_hp, -m_em" should be optional, but samples throw exception without them.

0 commit comments

Comments
 (0)