mmaction2 / tools /data /sthv1 /generate_videos_filelist.sh
niobures's picture
mmaction2
d3dbf03 verified
#!/usr/bin/env bash
cd ../../../
PYTHONPATH=. python tools/data/build_file_list.py sthv1 data/sthv1/videos/ --num-split 1 --level 1 --subset train --format videos --shuffle
PYTHONPATH=. python tools/data/build_file_list.py sthv1 data/sthv1/videos/ --num-split 1 --level 1 --subset val --format videos --shuffle
echo "Filelist for videos generated."
cd tools/data/sthv1/