Learn R Programming

animl (version 1.1.0)

loadMDModel: Load MegaDetector model file from directory or file

Description

Load MegaDetector model file from directory or file

Usage

loadMDModel(modelfile)

Value

a tfsession containing the MD model

Arguments

modelfile

.pb file or directory obtained from megaDetector

Examples

Run this code
if (FALSE) {
mdmodel <- "megadetector_v4.1.pb"
mdsession <- loadMDModel(mdmodel)
}

Run the code above in your browser using DataLab