From ab66174a8fcf080177ed32844899ad89b4b2a634 Mon Sep 17 00:00:00 2001 From: DTDwind Date: Sat, 17 Jun 2023 11:24:47 +0000 Subject: [PATCH] update result and version --- README.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fbb3f5..540de07 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,9 @@ python3 RTTManz.py --rttm_path [INPUT_RTTMS_PATH] --audio_path [INPUT_AUDIOS_PAT Example pipeline: ``` ./AMI_run.sh -``` \ No newline at end of file +``` + +## Results +We provide a sample result on the AMI mix-headset test set: +![image](example/ami/result/AMI_testset_result.png) + diff --git a/setup.py b/setup.py index 3ca2d23..0ea80f6 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="RTTManz", - version="0.3.1", + version="1.0.0", author="Yu-Sen Cheng (DTDwind)", description="A simple Python package for analyzing the necessary data in Speaker Diarization using oracle RTTM files and audio files.", keywords="analyze rttm",