Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.29 KB

from-voc-od.md

File metadata and controls

30 lines (25 loc) · 1.29 KB

from-voc-od

  • generates: idc.api.ObjectDetectionData

Loads the bounding box from the associated .xml file in PASCAL VOC format.

usage: from-voc-od [-h] [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                   [-N LOGGER_NAME] [-i [INPUT ...]] [-I [INPUT_LIST ...]]
                   [-r IMAGE_REL_PATH]

Loads the bounding box from the associated .xml file in PASCAL VOC format.

options:
  -h, --help            show this help message and exit
  -l {DEBUG,INFO,WARNING,ERROR,CRITICAL}, --logging_level {DEBUG,INFO,WARNING,ERROR,CRITICAL}
                        The logging level to use. (default: WARN)
  -N LOGGER_NAME, --logger_name LOGGER_NAME
                        The custom name to use for the logger, uses the plugin
                        name by default (default: None)
  -i [INPUT ...], --input [INPUT ...]
                        Path to the XML file(s) to read; glob syntax is
                        supported (default: None)
  -I [INPUT_LIST ...], --input_list [INPUT_LIST ...]
                        Path to the text file(s) listing the XML files to use
                        (default: None)
  -r IMAGE_REL_PATH, --image_rel_path IMAGE_REL_PATH
                        The relative path to use for the 'folder' property to
                        locate the images. (default: None)