scripts.analyze_annotations module

analyze_annotation.py is a script that analyzes annotation results.

For an overview of command-line options, call:

analyze_annotation.py -h

Functionality

  • Count symbols
  • Count symbol classes
  • Compute symbol parameters per class (size, morphological features..?) [NOT IMPLEMENTED]
  • Count relationships
  • Count relationship classes
  • Compute relationship parameters per class pair
scripts.analyze_annotations.build_argument_parser()[source]
scripts.analyze_annotations.compute_cropobject_stats(cropobjects, edges=None)[source]
scripts.analyze_annotations.emit_stats_pprint(stats)[source]
scripts.analyze_annotations.main(args)[source]