Description Usage Arguments Examples
imgs shouls be a data frame of files and classifications and related images
1 | get_classifications(imgs_df, preprocess_fun_mask = NULL)
|
imgs_df |
data frame with 3 columns, file, classif and related_file |
preprocess_fun_mask |
optional preprocessing function to be used on the images |
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"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.