decode_detections {streetscape}R 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)


[Package streetscape version 1.0.1 Index]