🪄Model Integration Guide
Xtreme1 Point Cloud Object Detection Model Integration Guide
Model Service Interface
Request
{
# A request can contain multiple pieces of data
"datas": [
# Each frame of data contains one point cloud file
{
"id": 1, # UUID
"pointCloudUrl": "https://path/to/000001.pcd", # url of the point cloud file
"imageUrls":
[
"https://path/to/image0/000001.jpg",
...
],
"cameraConfigUrl": "https://path/to/camera_config/000001.json"
}
]
}Responses
Development Services
Point Cloud Object Detection Service
Integration Services
Start Service
Testing Service
Integration Services

Edit button in the upper right cornerLast updated