-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to include AlexNet #5
Comments
It seems releated to the size of the image, check here: |
Sounds interesting! So I checked the terminal output when launching the (untouched) package and I found out that the images coming from the sensor are 640x480 pixels. From my understanding and if I am not mistaking, mobilenet-ssd needs 300x300 pixels. But your are not performing a resize operation in the code, right? Terminal output: |
Small addition: disabling depth_analysis does not affect the outcome, I get the same error message as mentioned in the first entry of this issue |
Ok, probably I found correct issues:
For object detection and depth analysis mobilenet is better. I think that creation of a new node called just classifier (it should be compatible also with ImageNet and GoogleNet) could be the easiest solution. |
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:
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
The text was updated successfully, but these errors were encountered: