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
Link: https://github.com/intel/ros2_openvino_toolkit/blob/galactic/doc/quick_start/getting_started_with_Galactic_Ubuntu20.04.md
When I follow the tutorial(getting_started_with_Galactic_Ubuntu20.04.md) to execute this command(ros2 launch
dynamic_vino_sample pipeline_face_reidentification.launch.py)
the terminal printed two ERRORS:
[pipeline_with_params-1] [ ERROR ] Invalid inference name: LandmarksDetection
[pipeline_with_params-1] [ ERROR ] Invalid inference name: FaceReidentification
then i not found face-reidentification-retail-0095 in /opt/openvino_toolkit/models/face-reidentification/output/
so i did sudo python3 downloader.py --name face-reidentification-retail-0095 --output_dir /opt/openvino_toolkit/models/face-reidentification/output/
and source ~/catkin_ws/install/setup.bash and try ros2 launch dynamic_vino_sample pipeline_face_reidentification.launch.py again
the ERRORS still printed
The text was updated successfully, but these errors were encountered:
Link:
![Screenshot from 2022-07-13 15-57-56](https://user-images.githubusercontent.com/46040599/178682350-dd4986e6-1907-4c63-a823-a9f3985eef79.png)
https://github.com/intel/ros2_openvino_toolkit/blob/galactic/doc/quick_start/getting_started_with_Galactic_Ubuntu20.04.md
When I follow the tutorial(getting_started_with_Galactic_Ubuntu20.04.md) to execute this command(ros2 launch
dynamic_vino_sample pipeline_face_reidentification.launch.py)
the terminal printed two ERRORS:
[pipeline_with_params-1] [ ERROR ] Invalid inference name: LandmarksDetection
[pipeline_with_params-1] [ ERROR ] Invalid inference name: FaceReidentification
then i not found face-reidentification-retail-0095 in /opt/openvino_toolkit/models/face-reidentification/output/
so i did sudo python3 downloader.py --name face-reidentification-retail-0095 --output_dir /opt/openvino_toolkit/models/face-reidentification/output/
and source ~/catkin_ws/install/setup.bash and try ros2 launch dynamic_vino_sample pipeline_face_reidentification.launch.py again
the ERRORS still printed
The text was updated successfully, but these errors were encountered: