anonseoul's picture
Backup turn-taking-dataset from MIR NAS
fb5d697 verified
#!/bin/bash
#SBATCH -J slurm_vis
#SBATCH --time 4:00:00
save="/video/with/annotation/save/path.mp4"
save2="/result/video/save/path.mp4"
pickle_file="/annotation/path.pickle"
audio_path="/audio/save/path.wav"
python test.py "$save" "$save2" "$pickle_file" "$audio_path"