Update input folder name to match instructions

This commit is contained in:
Ubuntu 2019-07-25 16:02:42 +00:00
Родитель 817b04b7c8
Коммит 634113644f
1 изменённых файлов: 1 добавлений и 1 удалений

2
tools/create_videos.sh Normal file → Executable file
Просмотреть файл

@ -5,7 +5,7 @@
# Use this script to create video files from the images included in the ucsd anomaly dataset
for set in Train Test; do
input_folders=`find ./ucsd_ad -type d -name "${set}0*"`
input_folders=`find ./data -type d -name "${set}0*"`
for input_folder in $input_folders; do
output_folder=ucsd_ad_vid/`echo ${input_folder} | cut -f 3- -d "/"`