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

Download this file

8 lines (5 with data), 232 Bytes

1
2
3
4
5
6
7
#!/usr/bin/env bash
cd ../
python build_rawframes.py ../../data/gym/subactions/ ../../data/gym/subaction_frames/ --level 1 --flow-type tvl1 --ext mp4 --task both --new-short 256
echo "Raw frames (RGB and tv-l1) Generated"
cd gym/