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

Download this file

7 lines (5 with data), 211 Bytes

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