-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I tried to change the CNN that is being used for object recognition.
I am using the Intel RealSense Camera and the VPU NCS2 on Ubuntu 16.04 (LTS).
The original, unmodified package works fine.
Steps taken:
- Using the unmodified ros_openvino package
- Download the bvlc_alexnet from the Intel-Website
- Using the Model Optimizer with the given parameters (here) and generate the IR
- Place the IR in the models - folder
- Change the file params so that they fit to the folder I created
- Starting the modified package
Issue:
Terminal output as follows:
[object_detection-4] process has died [pid 20105, exit code 255, cmd /home/USERNAME/catkin_ws/devel/lib/ros_openvino/object_detection /object_detection/input_image:=/camera/color/image_raw /object_detection/input_depth:=/camera/aligned_depth_to_color/image_raw /object_detection/camera_info:=/camera/aligned_depth_to_color/camera_info __name:=object_detection __log:=/home/USERNAME/.ros/log/da83b362-b530-11ea-87a9-e454e8a1df6c/object_detection-4.log].
No output image including bounding boxes visible in RVIZ.
But: depth image is visible (no boxes) in RVIZ.
All the best,
Robert