Learn R Programming

animl (version 1.1.0)

parseMDjson: converte the JSON file produced bye the Python version of MegaDetector into the format produced by detectObjectBatch

Description

converte the JSON file produced bye the Python version of MegaDetector into the format produced by detectObjectBatch

Usage

parseMDjson(json)

Value

a list of MegaDetector results

Arguments

json

json data in a list format

Examples

Run this code
if (FALSE) {
mdresults <- parseMDjson(json)
}

Run the code above in your browser using DataLab