dataLoader: Create the data loader

View source: R/dataLoader.R

dataLoaderR Documentation

Create the data loader

Description

This function loads a batch of data to be passed to the model

Usage

dataLoader(file_list, index, w = 408, h = 307)

Arguments

file_list

passed from deploy fuction

index

i value from deploy function

w

image width after resizing. Recommend not changing this

h

image height after resizing. Recommend not changing this


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