You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/.')
Description
exports
sub-moduleImplementation
Implement in
json_parser.py
as:This would create three files for each interview:
Steps
turn_diarisation.csv
against LabelStudioThe text was updated successfully, but these errors were encountered: