get_classifications: Title

Description Usage Arguments Examples

View source: R/workflow.R

Description

imgs shouls be a data frame of files and classifications and related images

Usage

1
get_classifications(imgs_df, preprocess_fun_mask = NULL)

Arguments

imgs_df

data frame with 3 columns, file, classif and related_file

preprocess_fun_mask

optional preprocessing function to be used on the images

Examples

1
2
3
4
5
in_df <- data.frame(
  file = c("image1_class1.png", "image1_class2.png"),
  classif = c("class1", "class2"),
  related_file = "image1.png"
)

jspaezp/clasifierrr documentation built on March 2, 2020, 11:20 a.m.