decode_detections: decode_detections

View source: R/utils.R

decode_detectionsR Documentation

decode_detections

Description

convert Mapillary object detection into sf polygons

Usage

decode_detections(detections_string)

Arguments

detections_string

character, an endcoded string of semantic segmentation, for example, "Gmt4AgoGbXB5L=="

Value

sf polygon

Examples


detection <- readLines(system.file('detection.txt', package = 'streetscape'))
streetscape::decode_detections(detection)


streetscape documentation built on April 3, 2025, 8:49 p.m.