diff options
| author | StevenLiuWen <liuwen@shanghaitech.edu.cn> | 2018-03-13 07:22:43 -0400 |
|---|---|---|
| committer | StevenLiuWen <liuwen@shanghaitech.edu.cn> | 2018-03-13 07:22:43 -0400 |
| commit | 901b7618fb7e4ba79eae3bec3d3c0e02ec625654 (patch) | |
| tree | a333e8ce5a3c9ce87de8556c05d1eca8f94e7c9e | |
| parent | 0ad628557ea8fea403e7bdd8022ed5f509560bfc (diff) | |
update
| -rw-r--r-- | Codes/requirements.txt | 10 | ||||
| -rw-r--r-- | Data/avenue.sh | 2 | ||||
| -rw-r--r-- | Data/ped1.sh | 2 | ||||
| -rw-r--r-- | Data/ped2.sh | 1 | ||||
| -rw-r--r-- | Data/shanghaitech.sh | 2 | ||||
| -rw-r--r-- | README.md | 1 |
6 files changed, 4 insertions, 14 deletions
diff --git a/Codes/requirements.txt b/Codes/requirements.txt index 8ab8d6c..ee0680f 100644 --- a/Codes/requirements.txt +++ b/Codes/requirements.txt @@ -1,9 +1 @@ -numpy==1.14.1 -scipy==1.0.0 -matplotlib==2.1.2 -tensorflow==1.4.1 -tensorflow-gpu==1.4.1 -Pillow==5.0.0 -pypng==0.0.18 -scikit_learn==0.19.1 -opencv-python==3.2.0.6 +numpy==1.14.1
scipy==1.0.0
matplotlib==2.1.2
tensorflow==1.4.1
tensorflow-gpu==1.4.1
Pillow==5.0.0
pypng==0.0.18
scikit_learn==0.19.1
opencv-python==3.2.0.6
\ No newline at end of file diff --git a/Data/avenue.sh b/Data/avenue.sh index c1d40af..4902d2c 100644 --- a/Data/avenue.sh +++ b/Data/avenue.sh @@ -6,4 +6,4 @@ wget "https://ofhz9a.bn.files.1drv.com/y4mS8bbrfeD7Urmn0OWASYUcfrVLCTgcCwEBsTShd tar -xvf avenue.tar.gz rm avenue.tar.gz -echo "Download CUHK-Avenue successfully..."
\ No newline at end of file +echo "Download CUHK-Avenue successfully..." diff --git a/Data/ped1.sh b/Data/ped1.sh index eb995eb..69605a2 100644 --- a/Data/ped1.sh +++ b/Data/ped1.sh @@ -7,5 +7,3 @@ tar -xvf ped1.tar.gz rm ped1.tar.gz echo "Download UCSD-Ped1 successfully..." - - diff --git a/Data/ped2.sh b/Data/ped2.sh index 70a9cd7..a88bf2d 100644 --- a/Data/ped2.sh +++ b/Data/ped2.sh @@ -7,4 +7,3 @@ tar -xvf ped2.tar.gz rm ped2.tar.gz echo "Download UCSD-Ped2 successfully..." - diff --git a/Data/shanghaitech.sh b/Data/shanghaitech.sh index 92639d5..8cc7ac7 100644 --- a/Data/shanghaitech.sh +++ b/Data/shanghaitech.sh @@ -5,4 +5,4 @@ wget "https://ofhz9a.bn.files.1drv.com/y4mavKKJgKjjUPr3CnqA6u-xYxU3DIwYPAhAVv5Uh tar -xvf shanghaitech.tar.gz rm shanghaitech.tar.gz -echo "download ShanghaiTech-Campus successfully..."
\ No newline at end of file +echo "download ShanghaiTech-Campus successfully..." @@ -23,6 +23,7 @@ pip install -r requirements.txt ```code CUDA 8.0 Cudnn 6.0 +Ubuntu 14.04 or 16.04, Centos 7 and other distributions. ``` ## 2. Download datasets cd into Data folder of project and run the shell scripts (**ped1.sh, ped2.sh, avenue.sh, shanghaitech.sh**) under the Data folder. |
