志浩
2023-08-01 4bc6db3ef88795eb570f92f9576f8bc7c56f96bc
funasr/bin/diar_inference_launch.py
@@ -458,6 +458,12 @@
        default=121,
        help="The smoothing size for post-processing"
    )
    group.add_argument(
        "--dur_threshold",
        type=int,
        default=10,
        help="The threshold of minimum duration"
    )
    return parser