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

Download this file

9 lines (5 with data), 198 Bytes

1
2
3
4
5
6
7
8
#!/usr/bin/env bash
cd ../
python build_rawframes.py ../../data/mmit/videos/ ../../data/mmit/rawframes/ --task rgb --level 2 --ext mp4 --use-opencv
echo "Genearte raw frames (RGB only)"
cd mmit/