- Edited
Hi,
I need to perform spatial object tracking on Person. (similar to the spatial Object tracker on RGB sample)
From the MobileNetSpatialDetectionNetwork, I pass the spatialImgDetections (including x, y,z data) to the ObjectTracker .
But the Tracklets from the objectTrackers don't include any spatial data, only the regular bounding box (xmin,xmax…)
Can I get the spatial data from the ObjectTrackers or something wrong with my setup ?
(for the context, it runs within the Touch Designer platform and depthAI SDK 2.22.0.0)
thanks