if (FALSE) {
# Initialize a python session if not already set up
ifcb_py_install()
# Annotate two png images with class "Nodularia_spumigena" and update or create manual files
ifcb_annotate_batch(
png_images = c("D20230812T162908_IFCB134_01399.png",
"D20230714T102127_IFCB134_00069.png"),
class = "Nodularia_spumigena",
manual_folder = "path/to/manual",
adc_files = "path/to/adc",
class2use_file = "path/to/class2use.mat"
)
}
Run the code above in your browser using DataLab