The project is here: deep_pix_bis_pad.icb2019
The paper: Deep Pixel-wise Binary Supervision for Face Presentation Attack Detection
I follow the installation instructions just as follow
$ cd bob.paper.deep_pix_bis_pad.icb2019
$ conda env create -f environment.yml
$ source activate bob.paper.deep_pix_bis_pad.icb2019 # activate the environment
$ buildout
$ bin/bob_dbmanage.py all download --missing
$ bin/train_pixbis.py --help # test the installation
When I try to run buildout
,I got error message like that
mr.developer: Cloned 'bob.bio.base' with git from 'git@gitlab.idiap.ch:bob/bob.bio.base'.
mr.developer: git cloning of 'bob.bio.base' failed.
mr.developer: Connection closed by 192.33.221.117 port 22
mr.developer: fatal: Could not read from remote repository.
I can connect to git@gitlab.com
while I was rejected by git@gitlab.idiap.ch
.
$ ssh -T git@gitlab.com
Welcome to GitLab, @buzuyun!
$ ssh -T git@gitlab.idiap.ch
Connection closed by 192.33.221.xxx port 22
I guess it's because this is a server belonging to the Institute Idiap.
But I cannot login or register an account, so I can never pass the ssh authentation as I cannot add my ssh key without an account!
Has anyone reproduce this paper?