Tasks
Depth Estimation
Predict object distances from a camera using depth estimation models for robotics, AR, and autonomous vehicles.
Send an image to a depth estimation model to generate a depth map.
You can send the via url
or base64
data URL.
We recommend url
for better performance, as base64
increases payload size.