Learn R Programming

animl (version 3.2.0)

export_timelapse: Converts the Manifests to a csv file that contains columns needed for TimeLapse conversion in later step

Description

Converts the Manifests to a csv file that contains columns needed for TimeLapse conversion in later step

Usage

export_timelapse(manifest, out_dir, only_animal = TRUE)

Value

animals.csv, non-anim.csv, csv_loc

Arguments

manifest

a DataFrame that has entries of anuimal classification

out_dir

location of root directory where all images are stored (can contain subdirectories)

only_animal

A bool that confirms whether we want only animal detctions or all

Examples

Run this code
if (FALSE) export_timelapse(animals, empty, '/path/to/images/')

Run the code above in your browser using DataLab