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