[6d389a]: / tools / data / mmit / extract_frames.sh

Download this file

7 lines (5 with data), 209 Bytes

1
2
3
4
5
6
#!/usr/bin/env bash
cd ../
python build_rawframes.py ../../data/mmit/videos/ ../../../data/mmit/rawframes/ --task both --level 2 --flow-type tvl1 --ext mp4
echo "Raw frames (RGB and Flow) Generated"
cd mmit/