Skip to contents

Loads the SpeciesNet model which provides an interface for running inference.

Usage

load_speciesnet(model = NULL, components = "all", geofence = TRUE)

Arguments

model

Model identifier (default: uses SpeciesNet default model v4.0.2a).

components

Which components to load: "all" (default), "classifier", "detector", or "ensemble".

geofence

Whether to enable geofencing (default: TRUE).

Value

A loaded SpeciesNet object (Python object).