File tree Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Expand file tree Collapse file tree 4 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
echo ' Downloading and extracting VGGFace2_Visulaize, LFW and RS features!'
4
4
5
- wget https://cs.iupui.edu/~phillity /features.tar.gz
5
+ wget https://cs.iupui.edu/~xzou/Bio-Capsule-Research-2022 /features.tar.gz
6
6
tar -xvzf features.tar.gz
7
7
rm features.tar.gz
8
-
9
- echo ' Downloading and extracting VGGFace2 ArcFace features!'
10
-
11
- wget https://cs.iupui.edu/~phillity/vggface2_arcface_dataset.hdf5
12
-
13
- echo ' Downloading and extracting VGGFace2 FaceNet features!'
14
-
15
- wget https://cs.iupui.edu/~phillity/vggface2_facenet_dataset.hdf5
Original file line number Diff line number Diff line change 2
2
3
3
echo ' Downloading and extracting VGGFace2_Visualize images!'
4
4
5
- wget https://cs.iupui.edu/~phillity /vggface2_visualize.tar.gz
5
+ wget https://cs.iupui.edu/~xzou/Bio-Capsule-Research-2022 /vggface2_visualize.tar.gz
6
6
tar -xvzf vggface2_visualize.tar.gz
7
7
rm vggface2_visualize.tar.gz
8
8
26
26
27
27
echo ' Downloading and extracting RS images!'
28
28
29
- wget https://cs.iupui.edu/~phillity /rs.tar.gz
29
+ wget https://cs.iupui.edu/~xzou/Bio-Capsule-Research-2022 /rs.tar.gz
30
30
tar -xvzf rs.tar.gz
31
31
rm rs.tar.gz
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ pyparsing==2.4.6
46
46
python-dateutil == 2.8.1
47
47
pytz == 2019.3
48
48
PyWavelets == 1.1.1
49
- requests == 2.18.4
49
+ requests == 2.20.0
50
50
requests-oauthlib == 1.3.0
51
51
rsa == 4.0
52
52
scikit-image == 0.16.2
Original file line number Diff line number Diff line change 2
2
3
3
echo ' Downloading and extracting arcface model!'
4
4
5
- wget https://cs.iupui.edu/~phillity /model-r100-ii.tar.gz
5
+ wget https://cs.iupui.edu/~xzou/Bio-Capsule-Research-2022 /model-r100-ii.tar.gz
6
6
tar -xvzf model-r100-ii.tar.gz
7
7
rm model-r100-ii.tar.gz
8
8
9
9
echo ' Downloading and extracting facenet model!'
10
10
11
- wget https://cs.iupui.edu/~phillity /model-ir-v1.tar.gz
11
+ wget https://cs.iupui.edu/~xzou/Bio-Capsule-Research-2022 /model-ir-v1.tar.gz
12
12
tar -xvzf model-ir-v1.tar.gz
13
13
rm model-ir-v1.tar.gz
14
14
15
15
echo ' Downloading and extracting mtcnn model!'
16
16
17
- wget https://cs.iupui.edu/~phillity /model-mtcnn.tar.gz
17
+ wget https://cs.iupui.edu/~xzou/Bio-Capsule-Research-2022 /model-mtcnn.tar.gz
18
18
tar -xvzf model-mtcnn.tar.gz
19
19
rm model-mtcnn.tar.gz
You can’t perform that action at this time.
0 commit comments