Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion egs/callhome_diarization/v1/diarization/vad_to_segments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if [ $# -ne 2 ]; then
echo " --stage (0|1) # start script from part-way through"
echo " --cmd (run.pl|queue.pl...) # specify how to run the sub-processes"
echo " --segmentation-opts '--opt1 opt1val --opt2 opt2val' # options for segmentation.pl"
echo " --min-duration <m> # min duration in seconds for segments (smaller ones are discarded)
echo " --min-duration <m> # min duration in seconds for segments (smaller ones are discarded)"
echo "e.g.:"
echo "$0 data/train data/train_segmented"
exit 1;
Expand Down