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