xml_parse | R Documentation |
Parse crown annotations from an Pascal VOC XML file
xml_parse(path)
path |
Filename of the .xml file. |
This utility function creates a dataframe from xml annotations from RectLabel or Labelme exported as the standard pascal voc format for object detection. This function is used for the evaluation of the image annotations and is not often called by users.
A dataframe of bounding box annotations in the format xmin, xmax, ymin, ymax.
xml <- get_data("SJER_052", "annotations")
xml_parse(xml)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.