module documentation
Utilities for working with datasets in VOC format.
Class |
|
Class representing a VOC annotations file. |
Class |
|
Class for writing annotations in VOC format. |
Class |
|
A bounding box in VOC detection format. |
Class |
|
Exporter that writes VOC detection datasets to disk. |
Class |
|
Importer for VOC detection datasets stored on disk. |
Class |
|
An object in VOC detection format. |
Function | load |
Loads the VOC detection annotations from the given XML file. |
Constant | VOC |
Undocumented |
Variable | logger |
Undocumented |
Function | _ensure |
Undocumented |
Function | _get |
Undocumented |
Function | _parse |
Undocumented |
Loads the VOC detection annotations from the given XML file.
See :ref:`this page <VOCDetectionDataset-import>` for format details.
Parameters | |
xml | the path to the annotations XML file |
Returns | |
a VOCAnnotation instance |