summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Codes/requirements.txt10
-rw-r--r--Data/avenue.sh2
-rw-r--r--Data/ped1.sh2
-rw-r--r--Data/ped2.sh1
-rw-r--r--Data/shanghaitech.sh2
-rw-r--r--README.md1
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..."
diff --git a/README.md b/README.md
index ea81bd2..1b9d17d 100644
--- a/README.md
+++ b/README.md
@@ -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.