Skip to content

Add RTTM capability to exports sub-module #9

@damian-romero

Description

@damian-romero

Description

  • DOVER-lap is a system for turn diarisation IRR and for combining two or more annotator's diarization hypotheses
  • DOVER-lap uses the RTTM file type
  • We want to add RTTM file type support to the exports sub-module
  • We need to be able to create joint and separate files for DOVER-lap testing for A) Overlapping turns, B) Non-overlapping turns, and C) both. See this issue for why.

Implementation

Implement in json_parser.py as:

    parser.add_argument("-rttm", "--diarisation-rttm", action="store_true",
                        help='Creates Rich Transcription Time Marked (RTTM) files from LabelStudio exports\
                           inside ../output/.')

This would create three files for each interview:

  • [interview-id]_overlapping.rttm
  • [interview-id]_non_overlapping.rttm
  • [interview-id]_combined.rttm

Steps

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions