parseMDjson {animl}R Documentation

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)

Arguments

json

json data in a list format

Value

a list of MegaDetector results

Examples

## Not run: 
mdresults <- parseMDjson(json)

## End(Not run)

[Package animl version 1.1.0 Index]