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
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
The text was updated successfully, but these errors were encountered:
JoeyLeeNPU
changed the title
RS D
learning based object detection on RS_D435i
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.
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.
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
The text was updated successfully, but these errors were encountered: