志浩
2023-08-01 edd41f5a308971024c76fa4b0d9f4235a12a4fcf
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