Skip to content
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

learning based object detection on RS_D435i #956

Closed
JoeyLeeNPU opened this issue Oct 21, 2019 · 1 comment
Closed

learning based object detection on RS_D435i #956

JoeyLeeNPU opened this issue Oct 21, 2019 · 1 comment

Comments

@JoeyLeeNPU
Copy link

JoeyLeeNPU commented Oct 21, 2019

I want to use a d435i to perform learning based object detection, which running on the processor inside d435i, because the center procossor of my drone is poor on computation resource. I found the code example about rs-dnn, maybe it is computed on the center device. Any suggestions?

Thanks,
Joey

@JoeyLeeNPU JoeyLeeNPU changed the title RS D learning based object detection on RS_D435i Oct 21, 2019
@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Oct 21, 2019

The RealSense Facebook account posted a link to a sample program that performs object detection and distance measuring with the OpenVINO Toolkit and Intel Neural Compute Stick 2 (NCS2).

You can accelerate processing with an NCS2 alongside a 400 Series camera just by plugging the NCS2 into an available USB port on your drone's computing hardware.

Sample:
https://github.com/movidius/ncappzoo/tree/master/apps/realsense_object_distance_detection

RealSense Facebook:
https://www.facebook.com/IntelRealSense/

Intel NCS2 in the RealSense Store
https://store.intelrealsense.com/buy-intel-neural-compute-stick-2.html

https://store.intelrealsense.com/buy-depth-camera-and-neural-compute-stick-2-bundle.html

Alternatively, you could offload graphics processing work onto your drone computing board's GPU.

IntelRealSense/librealsense#4905 (comment)

The Vision Processor D4 board inside the camera can do graphics processing tasks that a GPU would normally have to do, but it is limited to the pre-programmed graphics tasks it was designed for (such as rectification of raw camera data) and cannot be used as a PC CPU processor - a computing board is still required to run Librealsense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants