-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrun_inference.sh
More file actions
14 lines (13 loc) · 1.07 KB
/
run_inference.sh
File metadata and controls
14 lines (13 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# echo "1"
# python demo_vid2seq.py --load=./checkpoints/vid2seq_htmchaptersyoucook.pth --video_example=./videos/1.mp4 --asr_example ./output_asr/1.pkl --combine_datasets chapters
# echo "2"
# python demo_vid2seq.py --load=./checkpoints/vid2seq_htmchaptersyoucook.pth --video_example=./videos/2.mp4 --asr_example ./output_asr/2.pkl --combine_datasets chapters
# echo "3"
# python demo_vid2seq.py --load=./checkpoints/vid2seq_htmchaptersyoucook.pth --video_example=./videos/3.mp4 --asr_example ./output_asr/3.pkl --combine_datasets chapters
# echo "4"
# python demo_vid2seq.py --load=./checkpoints/vid2seq_htmchaptersyoucook.pth --video_example=./videos/4.mp4 --asr_example ./output_asr/4.pkl --combine_datasets chapters
# echo "5"
# python demo_vid2seq.py --load=./checkpoints/vid2seq_htmchaptersyoucook.pth --video_example=./videos/5.mp4 --asr_example ./output_asr/5.pkl --combine_datasets chapters
# echo "done"
python demo_vid2seq.py --load=./checkpoints/vid2seq_htmchaptersyoucook.pth --video_example=./videos/6.mp4 --asr_example ./output_asr/6.pkl --combine_datasets chapters