Skip to content

Files

Latest commit

 

History

History
21 lines (16 loc) · 722 Bytes

discard-negatives.md

File metadata and controls

21 lines (16 loc) · 722 Bytes

discard-negatives

  • accepts: idc.api.ImageData
  • generates: seppl.AnyData

Discards negative images, i.e., ones without annotations.

usage: discard-negatives [-h] [-l {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                         [-N LOGGER_NAME]

Discards negative images, i.e., ones without annotations.

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)