Using the Gaze Estimation Example, how can I write a function to project point (based on the angle) on the image plan (1000x1000 resolution) either using Head Pose or Gaze data?
Mman_hat
- Aug 7, 2022
- Joined May 6, 2022
- 0 best answers
As a newbie, what I have understood and read about DepthAi and OAK-D. The DepthAI passes the *.blob file to the built-in OAK-D CPU for inference.
However, my question is it possible to perform the inference on the host GPU (RTX 3090) while only receiving the data (images) from the camera? This question might be silly considering why DepthAI is being developed.