Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RTTM capability to exports sub-module #9

Open
3 of 5 tasks
damian-romero opened this issue Nov 21, 2021 · 0 comments
Open
3 of 5 tasks

Add RTTM capability to exports sub-module #9

damian-romero opened this issue Nov 21, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@damian-romero
Copy link
Collaborator

damian-romero commented Nov 21, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant