Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.53 KB

from-paddle-ic.md

File metadata and controls

32 lines (27 loc) · 1.53 KB

from-paddle-ic

  • generates: idc.api.ImageClassificationData

Loads the image classification from the specified text files listing image (with relative path) and the associate label ID. The label ID to text mapping can be supplied as separate text file (ID text).

usage: from-paddle-ic [-h] [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                      [-N LOGGER_NAME] [-i [INPUT ...]] [-I [INPUT_LIST ...]]
                      [-m FILE]

Loads the image classification from the specified text files listing image
(with relative path) and the associate label ID. The label ID to text mapping
can be supplied as separate text file (ID <space> text).

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 report 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 report files to
                        use (default: None)
  -m FILE, --id_label_map FILE
                        The mapping between label ID and text (ID <space>
                        text) (default: None)