decode_output: Decode the output from neural network

View source: R/decode_ouput.R

decode_outputR Documentation

Decode the output from neural network

Description

This function will convert the output from NN into a format that can be used to make plots and provide a csv with information

Usage

decode_output(output, label_encoder, h, score_threshold = 0.7)

Arguments

output

this is a subset of the list output from the neural net

label_encoder

passed from deploy model function

h

image height after resizing. Recommend not changing this

score_threshold

threshold score for keeping bounding boxes


TabakM/CameraTrapDetectoR documentation built on June 11, 2022, 9:37 p.m.