[6d389a]: / tools / data / thumos14 / extract_rgb_frames_opencv.sh

Download this file

11 lines (7 with data), 422 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
#!/usr/bin/env bash
cd ../
python build_rawframes.py ../../data/thumos14/videos/val/ ../../data/thumos14/rawframes/val/ --level 1 --ext mp4 --task rgb --use-opencv
echo "Raw frames (RGB only) generated for val set"
python build_rawframes.py ../../data/thumos14/videos/test/ ../../data/thumos14/rawframes/test/ --level 1 --ext mp4 --task rgb --use-opencv
echo "Raw frames (RGB only) generated for test set"
cd thumos14/