a b/tools/data/thumos14/extract_frames.sh
1
#!/usr/bin/env bash
2
3
cd ../
4
python build_rawframes.py ../../data/thumos14/videos/val/ ../../data/thumos14/rawframes/val/ --level 1 --flow-type tvl1 --ext mp4 --task both
5
echo "Raw frames (RGB and tv-l1) Generated for val set"
6
7
python build_rawframes.py ../../data/thumos14/videos/test/ ../../data/thumos14/rawframes/test/ --level 1 --flow-type tvl1 --ext mp4 --task both
8
echo "Raw frames (RGB and tv-l1) Generated for test set"
9
10
cd thumos14/