Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bob.paper.mcae.icb2019
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.paper.mcae.icb2019
Commits
28de8364
Commit
28de8364
authored
5 years ago
by
Olegs NIKISINS
Browse files
Options
Downloads
Patches
Plain Diff
Updtaed the installation instructions and buildout, created environment.yml
parent
88d42eac
No related branches found
No related tags found
No related merge requests found
Pipeline
#27146
passed with stages
Stage: build
Stage: deploy
in 10 minutes and 34 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.rst
+17
-3
17 additions, 3 deletions
README.rst
buildout.cfg
+54
-7
54 additions, 7 deletions
buildout.cfg
doc/9_mc_ae_face_pad.rst
+1
-0
1 addition, 0 deletions
doc/9_mc_ae_face_pad.rst
environment.yml
+235
-0
235 additions, 0 deletions
environment.yml
with
307 additions
and
10 deletions
README.rst
+
17
−
3
View file @
28de8364
...
...
@@ -30,13 +30,25 @@ This package is part of the Bob_ toolkit and it allows to reproduce the experime
If you use this package and/or its results, please cite the paper.
Installation
------------
Follow our `installation`_ instructions. Then, using the Python interpreter
provided by the distribution, build this package with::
The installation instructions are based on conda_ and works on **Linux systems
only**. `Install conda`_ before continuing.
Once you have installed conda_, download the source code of this paper and
unpack it. Then, you can create a conda environment with the following
command::
$ cd bob.paper.mcae.icb2019
$ conda env create -f environment.yml
$ source activate bob.paper.mcae.icb2019 # activate the environment
$ buildout
$ bin/bob_dbmanage.py all download --missing
$ bin/train_network.py --help # test the installation
$ buildout
This will install all the required software to reproduce this paper.
Contact
...
...
@@ -51,3 +63,5 @@ development `mailing list`_.
.. _installation: https://www.idiap.ch/software/bob/install
.. _mailing list: https://www.idiap.ch/software/bob/discuss
.. _bob package development: https://www.idiap.ch/software/bob/docs/bob/bob.extension/master/
.. _conda: https://conda.io
.. _install conda: https://conda.io/docs/install/quick.html#linux-miniconda-install
This diff is collapsed.
Click to expand it.
buildout.cfg
+
54
−
7
View file @
28de8364
; vim:
set fileencoding=utf-8 :
; Fri
Dec 23 13:58:08 CET 2016
[buildout]
parts
= scripts
develop
= .
eggs
= bob.paper.mcae.icb2019
versions
= versions
extensions
= bob.buildout
mr.developer
auto-checkout
=
*
debug
= false
newest
= false
verbose
= true
verbose
= false
eggs
= bob.extension
bob.measure
bob.bio.base
bob.ip.base
bob.ip.mtcnn
bob.db.batl
bob.learn.pytorch
bob.ip.pytorch_extractor
bob.pad.face
bob.paper.mcae.icb2019
bob.fusion.base
develop
= src/bob.extension
src/bob.measure
src/bob.bio.base
src/bob.ip.base
src/bob.ip.mtcnn
src/bob.db.batl
src/bob.learn.pytorch
src/bob.ip.pytorch_extractor
src/bob.pad.face
src/bob.paper.mcae.icb2019
src/bob.fusion.base
[versions]
[sources]
bob.extension
= git git@gitlab.idiap.ch:bob/bob.extension rev=40a520518131cb4b49739d1baf81e5c3bca4b5db
bob.measure
= git git@gitlab.idiap.ch:bob/bob.measure rev=7c524a4f52bb0487177f602dbf0e25b7169015a6
bob.bio.base
= git git@gitlab.idiap.ch:bob/bob.bio.base rev=a314bad895df7e766a890b3269d31521cd341001
bob.ip.base
= git git@gitlab.idiap.ch:bob/bob.ip.base rev=b55c575e4b7d71d376921a6230067f647a28143f
bob.ip.mtcnn
= git git@gitlab.idiap.ch:bob/bob.ip.mtcnn rev=8aaf7338aca354c0bfb745aae6a560e57d54aab6
bob.db.batl
= git git@gitlab.idiap.ch:bob/bob.db.batl rev=bf451be91ebeea7902c88700ef3df38a5c9d89a6
bob.learn.pytorch
= git git@gitlab.idiap.ch:bob/bob.learn.pytorch rev=f1fe9f47c7d42b34e6d660952201ea4288a07f10
bob.ip.pytorch_extractor
= git git@gitlab.idiap.ch:bob/bob.ip.pytorch_extractor
bob.pad.face
= git git@gitlab.idiap.ch:bob/bob.pad.face rev=0a7c4293423f04a0a9c0a5fc98cf5d7adfbd4b08
bob.paper.mcae.icb2019
= git git@gitlab.idiap.ch:bob/bob.paper.mcae.icb2019
bob.fusion.base
= git git@gitlab.idiap.ch:bob/bob.fusion.base rev=f2b3f523fa034a5c476801acb89b598986cc1ab9
[scripts]
recipe
= bob.buildout:scripts
dependent-scripts
= true
\ No newline at end of file
dependent-scripts
= true
This diff is collapsed.
Click to expand it.
doc/9_mc_ae_face_pad.rst
+
1
−
0
View file @
28de8364
...
...
@@ -643,3 +643,4 @@ The files **metrix.txt** and **curves.pdf**, containing error rates and evaluati
.. include:: links.rst
This diff is collapsed.
Click to expand it.
environment.yml
0 → 100644
+
235
−
0
View file @
28de8364
name
:
bob.paper.mcae.icb2019
channels
:
-
https://www.idiap.ch/software/bob/conda
-
defaults
dependencies
:
-
absl-py=0.2.1=py36_0
-
alabaster=0.7.10=py36h306e16b_0
-
asn1crypto=0.24.0=py36_0
-
babel=2.5.3=py36_0
-
backcall=0.1.0=py36_0
-
blas=1.0=mkl
-
bleach=1.5.0=py36_0
-
bokeh=0.12.15=py36_0
-
boost=1.65.1=py36_4
-
bzip2=1.0.6=h9a117a8_4
-
ca-certificates=2018.03.07=0
-
caffe=1.0=py36h851f731_2
-
cairo=1.14.12=h77bcde2_0
-
certifi=2018.1.18=py36_0
-
cffi=1.11.5=py36h9745a5d_0
-
chardet=3.0.4=py36h0f667ec_1
-
click=6.7=py36h5253387_0
-
click-plugins=1.0.3=py36_0
-
cloudpickle=0.5.2=py36_1
-
cmake=3.9.4=h142f0e9_0
-
coverage=4.5.1=py36h14c3975_0
-
cryptography=2.2.2=py36h14c3975_0
-
cudatoolkit=9.0=h13b8566_0
-
cudnn=7.1.2=cuda9.0_0
-
curl=7.59.0=h84994c4_0
-
cycler=0.10.0=py36h93f1223_0
-
cytoolz=0.9.0.1=py36h14c3975_0
-
dask=0.17.2=py36_0
-
dask-core=0.17.2=py36_0
-
dbus=1.13.2=hc3f9b76_0
-
decorator=4.2.1=py36_0
-
distributed=1.21.6=py36_0
-
docopt=0.6.2=py36_0
-
docutils=0.14=py36hb0f60f5_0
-
expat=2.2.5=he0dffb1_0
-
fontconfig=2.12.6=h49f89f6_0
-
freetype=2.8=hab7d2ae_1
-
gflags=2.2.1=hf484d3e_0
-
glib=2.53.6=h5d9569c_2
-
glog=0.3.5=hf484d3e_1
-
graphite2=1.3.10=hf63cedd_1
-
gst-plugins-base=1.12.4=h33fb286_0
-
gstreamer=1.12.4=hb53b477_0
-
h5py=2.7.1=py36h3585f63_0
-
harfbuzz=1.7.6=hc5b324e_0
-
hdf5=1.10.1=h9caa474_1
-
heapdict=1.0.0=py36_2
-
html5lib=0.9999999=py36_0
-
icu=58.2=h9c2bf20_1
-
idna=2.6=py36h82fb2a8_1
-
imageio=2.3.0=py36_0
-
imagesize=1.0.0=py36_0
-
intel-openmp=2018.0.0=8
-
ipython=6.4.0=py36_0
-
ipython_genutils=0.2.0=py36hb52b0d5_0
-
jasper=1.900.1=hd497a04_4
-
jedi=0.12.0=py36_1
-
jinja2=2.10=py36ha16c418_0
-
jpeg=9b=h024ee3a_2
-
kiwisolver=1.0.1=py36h764f252_0
-
leveldb=1.20=hf484d3e_1
-
libboost=1.65.1=habcd387_4
-
libcurl=7.59.0=h1ad7b7a_0
-
libedit=3.1=heed3624_0
-
libffi=3.2.1=hd88cf55_4
-
libgcc-ng=7.2.0=hdf63c60_3
-
libgfortran-ng=7.2.0=hdf63c60_3
-
libopus=1.2.1=hb9ed12e_0
-
libpng=1.6.34=hb9fc6fc_0
-
libprotobuf=3.4.1=h5b8497f_0
-
libssh2=1.8.0=h9cfc8f7_4
-
libstdcxx-ng=7.2.0=hdf63c60_3
-
libtiff=4.0.9=h28f6b97_0
-
libuv=1.20.0=h14c3975_0
-
libvpx=1.6.1=h888fd40_0
-
libxcb=1.13=h1bed415_0
-
libxml2=2.9.8=hf84eae3_0
-
lmdb=0.9.22=hf484d3e_1
-
locket=0.2.0=py36h787c0ad_1
-
markdown=2.6.11=py36_0
-
markupsafe=1.0=py36hd9260cd_1
-
matplotlib=2.2.2=py36h0e671d2_1
-
mkl=2018.0.2=1
-
mkl_fft=1.0.1=py36h3010b51_0
-
mkl_random=1.0.1=py36h629b387_0
-
msgpack-python=0.5.6=py36h6bb024c_0
-
nccl=1.3.5=cuda9.0_0
-
ncurses=6.0=h9df7e31_2
-
networkx=2.1=py36_0
-
ninja=1.8.2=py36h6bb024c_1
-
nose=1.3.7=py36hcdf7029_2
-
numpy=1.13.3=py36hdbf6ddf_4
-
olefile=0.45.1=py36_0
-
opencv=3.3.1=py36h6cbbc71_1
-
openssl=1.0.2o=h20670df_0
-
packaging=17.1=py36_0
-
pandas=0.22.0=py36hf484d3e_0
-
parso=0.2.0=py36_0
-
partd=0.3.8=py36h36fd896_0
-
pcre=8.41=hc27e229_1
-
pexpect=4.5.0=py36_0
-
pickleshare=0.7.4=py36h63277f8_0
-
pillow=4.3.0=py36h6f462bf_1
-
pip=10.0.1=py36_0
-
pixman=0.34.0=hceecf20_3
-
pkg-config=0.29.2=h1bed415_8
-
prompt_toolkit=1.0.15=py36h17d85b1_0
-
protobuf=3.4.1=py36h306e679_0
-
psutil=5.4.3=py36h14c3975_0
-
ptyprocess=0.5.2=py36h69acd42_0
-
py-boost=1.65.1=py36hf484d3e_4
-
pycparser=2.18=py36hf9f622e_1
-
pygments=2.2.0=py36h0d3125c_0
-
pyopenssl=17.5.0=py36h20ba746_0
-
pyparsing=2.2.0=py36hee85983_1
-
pyqt=5.9.2=py36h751905a_0
-
pysocks=1.6.8=py36_0
-
python=3.6.5=hc3d631a_0
-
python-dateutil=2.7.2=py36_0
-
python-gflags=3.1.2=py36_0
-
python-leveldb=0.20=py36hf484d3e_1
-
pytorch=0.4.0=py36hdf912b8_0
-
pytz=2018.3=py36_0
-
pywavelets=0.5.2=py36he602eb0_0
-
pyyaml=3.12=py36hafb9ca4_1
-
qt=5.9.4=h4e5bff0_0
-
readline=7.0=ha6073c6_4
-
requests=2.18.4=py36he2e5f8d_1
-
rhash=1.3.5=hbf7ad62_1
-
scikit-image=0.13.1=py36h14c3975_1
-
scikit-learn=0.19.1=py36h7aa7ec6_0
-
scipy=1.0.1=py36hfc37229_0
-
setuptools=39.0.1=py36_0
-
simplegeneric=0.8.1=py36_2
-
sip=4.19.8=py36hf484d3e_0
-
six=1.11.0=py36h372c433_1
-
snappy=1.1.7=hbae5bb6_3
-
snowballstemmer=1.2.1=py36h6febd40_0
-
sortedcontainers=1.5.9=py36_0
-
sphinx=1.6.3=py36he5f0bdb_0
-
sphinx_rtd_theme=0.2.4=py36_0
-
sphinxcontrib=1.0=py36h6d0f590_1
-
sphinxcontrib-websupport=1.0.1=py36hb5cb234_1
-
sqlalchemy=1.2.6=py36h14c3975_0
-
sqlite=3.22.0=h1bed415_0
-
tabulate=0.8.2=py36_0
-
tblib=1.3.2=py36h34cf8b6_0
-
tensorflow=1.5.0=0
-
tensorflow-base=1.5.0=py36hff88cb2_1
-
tensorflow-tensorboard=1.5.1=py36hf484d3e_1
-
tk=8.6.7=hc745277_3
-
toolz=0.9.0=py36_0
-
torchvision=0.2.1=py36_0
-
tornado=5.0.1=py36_1
-
traitlets=4.3.2=py36h674d592_0
-
typing=3.6.4=py36_0
-
urllib3=1.22=py36hbe7ace6_0
-
wcwidth=0.1.7=py36hdf4376a_0
-
werkzeug=0.14.1=py36_0
-
wheel=0.31.1=py36_0
-
xz=5.2.3=h55aa19d_2
-
yaml=0.1.7=had09818_2
-
zict=0.1.3=py36h3a3bf81_0
-
zlib=1.2.11=ha838bed_2
-
bob=4.0.1=py36h2662e99_0
-
bob.bio.base=3.3.0=py36hc028e29_0
-
bob.bio.face=3.4.0=py36h25833c4_0
-
bob.bio.video=3.4.1=py36hd9b8dee_0
-
bob.blitz=2.0.15=py36h42d9ab3_0
-
bob.core=2.2.0=py36h42d9ab3_0
-
bob.db.atnt=2.0.11=py36hd9b8dee_0
-
bob.db.base=3.0.0=py36he3fedb2_0
-
bob.db.mobio=2.2.0=py36h35c0f76_0
-
bob.db.msu_mfsd_mod=2.2.4=py36hd9b8dee_0
-
bob.db.replay=3.0.4=py36hc1cdd12_0
-
bob.db.replaymobile=1.1.4=py36hc1cdd12_0
-
bob.db.youtube=2.1.5=py36h35c0f76_0
-
bob.extension=2.5.0=py36hf498ef1_0
-
bob.io.base=3.0.3=py36hf5c1720_0
-
bob.io.image=2.4.1=py36h9deff11_0
-
bob.io.matlab=2.0.11=py36h3fe5594_0
-
bob.io.video=2.1.1=py36he386153_0
-
bob.ip.base=2.2.1=py36h191f71d_0
-
bob.ip.color=2.0.11=py36h5093ba0_0
-
bob.ip.dlib=1.0.4=py36h0862093_0
-
bob.ip.draw=2.0.10=py36h63be7c4_0
-
bob.ip.facedetect=2.1.5=py36hf256c7c_0
-
bob.ip.facelandmarks=1.0.5=py36h2fbd5ee_0
-
bob.ip.flandmark=2.1.7=py36hf256c7c_0
-
bob.ip.gabor=2.0.12=py36h8b1e1b8_0
-
bob.ip.qualitymeasure=1.1.0=py36h0b81b6f_0
-
bob.learn.activation=2.0.11=py36h5093ba0_0
-
bob.learn.boosting=2.0.14=py36h5c8395a_0
-
bob.learn.em=2.1.1=py36he293cb3_0
-
bob.learn.libsvm=2.1.0=py36h38daa3c_0
-
bob.learn.linear=2.1.3=py36hba7be54_0
-
bob.learn.mlp=2.1.7=py36h77b7bef_0
-
bob.math=3.1.1=py36h89a30c5_0
-
bob.measure=3.0.0=py36h82bf406_0
-
bob.pad.base=2.0.0=py36hd9b8dee_0
-
bob.pad.face=2.0.1=py36hd9b8dee_0
-
bob.sp=2.0.11=py36hebb8551_0
-
cyvlfeat=0.4.6=py36hd9be493_4
-
dlib=19.7=py36hdafcfc0_1
-
ffmpeg=3.4=hdec9c9a_1
-
giflib=5.1.4=h63890e4_4
-
gridtk=1.6.1=py36h0e9a82c_0
-
kaldi=2017.03.13=h6bb2d05_3
-
libblitz=1.0.1=h5c30f38_0
-
libmatio=1.5.11=ha500df2_0
-
libogg=1.3.2=h6e943ef_1
-
libsvm=3.22=h4f306d9_0
-
madmom=0.15.1=py36h2137316_2
-
menpo=0.8.1=py36h71df38f_5
-
menpofit=0.5.0=py36_0
-
mne=0.15.2=py36h249d46d_0
-
mr.developer=1.38=py36_0
-
openfst=1.6.1=hf484d3e_2
-
openh264=1.7.0=hc521636_1
-
pyedflib=0.1.11=py36h1d7afee_1
-
schema=0.6.7=py36h91e9215_0
-
sox=14.4.2=hf1d46b3_7
-
speex=1.2.0=hb7c1d73_1
-
speexdsp=1.2rc3=h5bbff6d_0
-
vlfeat=0.9.21=h18fa195_0
-
zc.buildout=2.11.2=py36_0
-
zc.recipe.egg=2.0.5=py36_0
-
pip
:
-
torch==0.4.0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment