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 have an OAK-D Pro camera and would like to feed the bounding box of a custom object detector into the SDK to get the spatial coordinates of the object. Is there a way or an example for this?
The text was updated successfully, but these errors were encountered:
Hi @Phyrokar ,
One option would be to use Script node to decode the NN results (get BBs - Boudning Boxes), to create SpatialLocationCalculatorConfig and add ROIs (BBs) to it, then send it to SpatialLocationCalculator node to calculate the spatial coordinates.
You can check "Edge" mode of this repo which does that: https://github.com/geaxgx/depthai_blazepose
Thoughts?
I have an OAK-D Pro camera and would like to feed the bounding box of a custom object detector into the SDK to get the spatial coordinates of the object. Is there a way or an example for this?
The text was updated successfully, but these errors were encountered: