Skip to content
Snippets Groups Projects
Commit c2e21b73 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Chapter was renumbered to 20 and adds bibtex

parent 2d3d4fa6
Branches
Tags
No related merge requests found
......@@ -9,20 +9,20 @@ Bob_. It is a software package to reproduce "Evaluation Methodologies for
Biometric Presentation Attack Detection" chapter of "Handbook of Biometric
Anti- Spoofing: Presentation Attack Detection 2nd Edition"::
The following bibtex entry is fake and not updated yet:
@incollection{chingovska_evaluation_2018,
series = {Advances in {Computer} {Vision} and {Pattern} {Recognition}},
title = {Evaluation {Methodologies} for {Biometric} {Presentation} {Attack} {Detection}},
copyright = {©2018 Springer-Verlag London},
isbn = {978-1-4471-6523-1 978-1-4471-6524-8},
url = {http://link.springer.com/chapter/10.1007/978-1-4471-6524-8_10},
booktitle = {Handbook of {Biometric} {Anti}-{Spoofing}},
publisher = {Springer London},
author = {Chingovska, Ivana and Mohammadi, Amir and Anjos, André and Marcel, Sébastien},
editor = {Marcel, Sébastien and Nixon, Mark S. and Li, Stan Z.},
year = {2018},
doi = {10.1007/978-1-4471-6524-8_10},
pages = {},
@INCOLLECTION{Chingovska_SPRINGER_2019,
author = {Chingovska, Ivana and Mohammadi, Amir and Anjos, Andr{\'{e}} and Marcel, S{\'{e}}bastien},
editor = {Marcel, S{\'{e}}bastien and Nixon, Mark and Fierrez, Julian and Evans, Nicholas},
title = {Evaluation Methodologies for Biometric Presentation Attack Detection},
booktitle = {Handbook of Biometric Anti-Spoofing},
edition = {2nd},
chapter = {20},
year = {2019},
publisher = {Springer International Publishing},
isbn = {978-3-319-92627-8},
url = {https://www.springer.com/us/book/9783319926261},
doi = {10.1007/978-3-319-92627-8},
crossref = {Chingovska_Idiap-Internal-RR-30-2018},
pdf = {https://publidiap.idiap.ch/downloads//papers/2018/Chingovska_SPRINGER_2019.pdf}
}
......@@ -35,10 +35,10 @@ MacOS systems only**. `Install conda`_ before continuing.
Once you have installed conda_, create a conda environment with the following
command and activate it::
$ conda create --name bob.hobpad2.chapter24 --override-channels \
$ conda create --name bob.hobpad2.chapter20 --override-channels \
-c https://www.idiap.ch/software/bob/conda -c defaults \
bob.hobpad2.chapter24
$ conda activate bob.hobpad2.chapter24
bob.hobpad2.chapter20
$ conda activate bob.hobpad2.chapter20
This will install all the required software to reproduce this book chapter.
Once installed, follow the commands below to generate the plots::
......
File moved
......@@ -4,7 +4,7 @@
[buildout]
parts = scripts
develop = .
eggs = bob.hobpad2.chapter24
eggs = bob.hobpad2.chapter20
extensions = bob.buildout
newest = false
verbose = true
......
{% set name = 'bob.hobpad2.chapter24' %}
{% set name = 'bob.hobpad2.chapter20' %}
{% set project_dir = environ.get('RECIPE_DIR') + '/..' %}
package:
......
......@@ -6,7 +6,7 @@ eggs = bob.extension
bob.measure
bob.bio.base
bob.pad.base
bob.hobpad2.chapter24
bob.hobpad2.chapter20
extensions = bob.buildout
mr.developer
......
......@@ -74,7 +74,7 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'bob.hobpad2.chapter24'
project = u'bob.hobpad2.chapter20'
import time
copyright = u'%s, Idiap Research Institute' % time.strftime('%Y')
......
......@@ -2,7 +2,7 @@
.. Andre Anjos <andre.anjos@idiap.ch>
.. Mon 13 Aug 2012 12:36:40 CEST
.. _bob.hobpad2.chapter24:
.. _bob.hobpad2.chapter20:
=====================
Bob Example Project
......@@ -12,6 +12,6 @@
Package Documentation
---------------------
.. automodule:: bob.hobpad2.chapter24
.. automodule:: bob.hobpad2.chapter20
......@@ -46,11 +46,11 @@ setup(
# This is the basic information about your project. Modify all this
# information before releasing code publicly.
name = 'bob.hobpad2.chapter24',
name = 'bob.hobpad2.chapter20',
version = open("version.txt").read().rstrip(),
description = 'Software package to reproduce Evaluation Methodologies for Biometric Presentation Attack Detection chapter of Handbook of Biometric Anti-Spoofing: Presentation Attack Detection 2nd Edition',
url = 'https://gitlab.idiap.ch/bob/bob.hobpad2.chapter24',
url = 'https://gitlab.idiap.ch/bob/bob.hobpad2.chapter20',
license = 'GPLv3',
author = 'Amir Mohammadi',
author_email = 'amir.mohammadi@idiap.ch',
......@@ -90,7 +90,7 @@ setup(
# scripts should be declared using this entry:
# 'console_scripts' : [
# 'bob_example_project_version.py = bob.hobpad2.chapter24.script.version:main',
# 'bob_example_project_version.py = bob.hobpad2.chapter20.script.version:main',
# ],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment