Learn R Programming

streetscape (version 1.0.5)

decode_detections: decode_detections

Description

convert Mapillary object detection into sf polygons

Usage

decode_detections(detections_string)

Value

sf polygon

Arguments

detections_string

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

Examples

Run this code
# \donttest{
detection <- readLines(system.file('detection.txt', package = 'streetscape'))
streetscape::decode_detections(detection)
# }

Run the code above in your browser using DataLab