initial commit
This commit is contained in:
commit
e505acdb29
41 changed files with 2922 additions and 0 deletions
9
download_models.sh
Executable file
9
download_models.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue