Commit 0796cd1fd25d9e2b1a18015870ac962007907bbb

Authored by Austin Blanton
1 parent 42bf05ea

Remove corrupted file from KTH download

Showing 1 changed file with 2 additions and 0 deletions
scripts/downloadDatasets.sh
... ... @@ -63,4 +63,6 @@ if [ ! -d ../data/KTH/vid ]; then
63 63 unzip ${vidclass}.zip -d ../data/KTH/vid/${vidclass}
64 64 rm ${vidclass}.zip
65 65 done
  66 + # this file is corrupted
  67 + rm ../data/KTH/vid/boxing/person01_boxing_d3_uncomp.avi
66 68 fi
... ...