animl: Title

View source: R/pipeline.R

animlR Documentation

Title

Description

Title

Usage

animl(imagedir, mdmodel, speciesmodel, classes, hierarchy = 3)

Arguments

imagedir

description

mdmodel

description

speciesmodel

description

classes

description

hierarchy

depth of folder hierarchy, defaults to 3 (region, site, cam)

Value

none

Examples

## Not run: 
imagedir <- "examples/test_data/Southwest"
 mdmodel <- "/mnt/machinelearning/megaDetector/md_v5b.0.0_saved_model"
 modelfile <- "/mnt/machinelearning/Models/Southwest/2022/Southwest_v2.h5"
 classes <- "/mnt/machinelearning/Models/Southwest/2022/classes.txt"
 animl(imagedir,mdmodel,modelfile,classes) 
## End(Not run)

icr-ctl/animl documentation built on July 15, 2024, 7:24 p.m.