Skip to content

unable to include AlexNet #5

@robbieKay

Description

@robbieKay

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:

  1. Using the unmodified ros_openvino package
  2. Download the bvlc_alexnet from the Intel-Website
  3. Using the Model Optimizer with the given parameters (here) and generate the IR
  4. Place the IR in the models - folder
  5. Change the file params so that they fit to the folder I created
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions