You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
249 B
Bash
9 lines
249 B
Bash
![]()
4 years ago
|
OPENGAZE_DIR=~/OpenGaze
|
||
|
|
||
|
mkdir -p $OPENGAZE_DIR/content/caffeModel
|
||
|
|
||
|
cd $OPENGAZE_DIR/content/caffeModel
|
||
|
|
||
|
wget https://datasets.d2.mpi-inf.mpg.de/MPIIGaze/alexnet_face.prototxt
|
||
|
|
||
|
wget https://datasets.d2.mpi-inf.mpg.de/MPIIGaze/alexnet_face.caffemodel
|