waikato-ufdl / wai-annotations-indexedpng

wai.annotations module for managing image segmentation annotations using indexed PNG files.

Home Page:https://ufdl.cms.waikato.ac.nz/wai-annotations-manual/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wai-annotations-indexedpng

wai.annotations module for managing image segmentation annotations using indexed PNG files.

The manual is available here:

https://ufdl.cms.waikato.ac.nz/wai-annotations-manual/

Plugins

FROM-INDEXED-PNG-IS

Reads image segmentation files in the indexed-PNG format

Domain(s):

  • Image Segmentation Domain

Options:

usage: from-indexed-png-is [-I FILENAME] [-i FILENAME] [-N FILENAME] [-n FILENAME] [--seed SEED] [--image-path-rel PATH] --labels LABEL [LABEL ...]

optional arguments:
  -I FILENAME, --inputs-file FILENAME
                        Files containing lists of input files (can use glob syntax)
  -i FILENAME, --input FILENAME
                        Input files (can use glob syntax)
  -N FILENAME, --negatives-file FILENAME
                        Files containing lists of negative files (can use glob syntax)
  -n FILENAME, --negative FILENAME
                        Files that have no annotations (can use glob syntax)
  --seed SEED           the seed to use for randomisation
  --image-path-rel PATH
                        Relative path to image files from annotations
  --labels LABEL [LABEL ...]
                        specifies the labels for each index

TO-INDEXED-PNG-IS

Writes image segmentation files in the indexed-PNG format

Domain(s):

  • Image Segmentation Domain

Options:

usage: to-indexed-png-is [--annotations-only] -o PATH [--split-names SPLIT NAME [SPLIT NAME ...]] [--split-ratios RATIO [RATIO ...]]

optional arguments:
  --annotations-only    skip the writing of data files, outputting only the annotation files
  -o PATH, --output PATH
                        the directory to write the annotation images to
  --split-names SPLIT NAME [SPLIT NAME ...]
                        the names to use for the splits
  --split-ratios RATIO [RATIO ...]
                        the ratios to use for the splits

About

wai.annotations module for managing image segmentation annotations using indexed PNG files.

https://ufdl.cms.waikato.ac.nz/wai-annotations-manual/

License:Apache License 2.0


Languages

Language:Python 100.0%