7 lines
189 B
Bash
7 lines
189 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
wget http://www.cse.cuhk.edu.hk/leojia/projects/detectabnormal/Avenue_Dataset.zip
|
||
|
|
unzip Avenue_Dataset.zip
|
||
|
|
mkdir -p share/data/videos
|
||
|
|
mv Avenue\ Dataset share/data/videos/avenue
|