Commit 031eb7191c0317e5492d92f5e9af3e243b47d985
Merge branch 'master' of https://github.com/biometrics/openbr
Showing
1 changed file
with
2 additions
and
0 deletions
scripts/downloadDatasets.sh
| @@ -63,4 +63,6 @@ if [ ! -d ../data/KTH/vid ]; then | @@ -63,4 +63,6 @@ if [ ! -d ../data/KTH/vid ]; then | ||
| 63 | unzip ${vidclass}.zip -d ../data/KTH/vid/${vidclass} | 63 | unzip ${vidclass}.zip -d ../data/KTH/vid/${vidclass} |
| 64 | rm ${vidclass}.zip | 64 | rm ${vidclass}.zip |
| 65 | done | 65 | done |
| 66 | + # this file is corrupted | ||
| 67 | + rm ../data/KTH/vid/boxing/person01_boxing_d3_uncomp.avi | ||
| 66 | fi | 68 | fi |