Description Usage Arguments Value
View source: R/yolo3_generator.R
Reads bounding box annotations from JSON files. Each JSON has to be in 'labelme JSON' format.
1 | read_annotations_from_labelme(annot_paths, indices, images_path, labels)
|
annot_paths |
List to XML annotations filepaths. |
indices |
Indices specifying which files to read. If 'NULL' all files are loaded. |
images_path |
Path to directory with images. |
labels |
Character vector containing class labels. For example |
List of bounding box coordinates, heights, widths and image filepaths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.