loadMDModel {animl}R Documentation

Load MegaDetector model file from directory or file

Description

Load MegaDetector model file from directory or file

Usage

loadMDModel(modelfile)

Arguments

modelfile

.pb file or directory obtained from megaDetector

Value

a tfsession containing the MD model

Examples

## Not run: 
mdmodel <- "megadetector_v4.1.pb"
mdsession <- loadMDModel(mdmodel)

## End(Not run)

[Package animl version 1.1.0 Index]