Preview segmentation results on an equirectangular panorama. Drag and drop a panorama image and its corresponding JSON results.
Expected JSON format:
{
"prompt": "car",
"masks": [
{
"polygons": [[[yaw, pitch], ...], ...],
"score": 0.95,
"label": "car",
"center_yaw": 45.2,
"center_pitch": -5.3
}
]
}
Panorama (PNG/JPEG)
Segmentation Results (JSON)
Drag & Drop
or