Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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.bio.base
Commits
ea80cc19
Commit
ea80cc19
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
meta [readme]: Switch the readme.rst to markdown.
parent
0a913967
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!321
meta [readme]: Switch the readme.rst to markdown
Pipeline
#73278
failed
2 years ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
README.md
+59
-0
59 additions, 0 deletions
README.md
README.rst
+0
-69
0 additions, 69 deletions
README.rst
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
61 additions
and
71 deletions
MANIFEST.in
+
1
−
1
View file @
ea80cc19
include LICENSE README.
rst
include LICENSE README.
md
recursive-include doc *.py *.rst
recursive-include bob/bio/base/test/data *.* *-dev *-eval *.csv
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
59
−
0
View file @
ea80cc19
[

](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/index.html)
[

](https://gitlab.idiap.ch/bob/bob.bio.base/commits/master)
[

](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/coverage)
[

](https://gitlab.idiap.ch/bob/bob.bio.base)
# Tools to run biometric recognition experiments
This package is part of the signal-processing and machine learning toolbox
[
Bob
](
https://www.idiap.ch/software/bob
)
. It provides tools to run comparable
and reproducible biometric recognition experiments on publicly available
databases.
The
[
User Guide
](
https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/index.html
)
provides installation and usage instructions.
If you run biometric recognition experiments using the bob.bio framework,
please cite at least one of the following in your scientific publication:
```
text
@inbook{guenther2016face,
chapter = {Face Recognition in Challenging Environments: An Experimental and Reproducible Research Survey},
author = {G\"unther, Manuel and El Shafey, Laurent and Marcel, S\'ebastien},
editor = {Bourlai, Thirimachos},
title = {Face Recognition Across the Imaging Spectrum},
edition = {1},
year = {2016},
month = feb,
publisher = {Springer}
}
@inproceedings{guenther2012facereclib,
title = {An Open Source Framework for Standardized Comparisons of Face Recognition Algorithms},
author = {G\"unther, Manuel and Wallace, Roy and Marcel, S\'ebastien},
editor = {Fusiello, Andrea and Murino, Vittorio and Cucchiara, Rita},
booktitle = {European Conference on Computer Vision (ECCV) Workshops and Demonstrations},
series = {Lecture Notes in Computer Science},
volume = {7585},
year = {2012},
month = oct,
pages = {547-556},
publisher = {Springer},
}
```
## Installation
Complete Bob's
[
installation instructions
](
https://www.idiap.ch/sofware/bob/install
)
. Then, to
install this package, run:
```
sh
conda
install
bob.bio.base
```
## Contact
For questions or reporting issues to this software package, contact our
development
[
mailing list
](
www.idiap.ch/software/bob/discuss
)
.
This diff is collapsed.
Click to expand it.
README.rst
deleted
100644 → 0
+
0
−
69
View file @
0a913967
.. vim: set fileencoding=utf-8 :
.. Tue 16 Aug 15:00:20 CEST 2016
.. image:: https://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/pipeline.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.base/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/coverage.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/coverage
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.base
================================================
Tools to run biometric recognition experiments
================================================
This package is part of the signal-processing and machine learning toolbox
Bob_. It provides tools to run comparable and reproducible biometric
recognition experiments on publicly available databases.
The `User Guide`_ provides installation and usage instructions.
If you run biometric recognition experiments using the bob.bio framework, please cite at least one of the following in your scientific publication::
@inbook{guenther2016face,
chapter = {Face Recognition in Challenging Environments: An Experimental and Reproducible Research Survey},
author = {G\"unther, Manuel and El Shafey, Laurent and Marcel, S\'ebastien},
editor = {Bourlai, Thirimachos},
title = {Face Recognition Across the Imaging Spectrum},
edition = {1},
year = {2016},
month = feb,
publisher = {Springer}
}
@inproceedings{guenther2012facereclib,
title = {An Open Source Framework for Standardized Comparisons of Face Recognition Algorithms},
author = {G\"unther, Manuel and Wallace, Roy and Marcel, S\'ebastien},
editor = {Fusiello, Andrea and Murino, Vittorio and Cucchiara, Rita},
booktitle = {European Conference on Computer Vision (ECCV) Workshops and Demonstrations},
series = {Lecture Notes in Computer Science},
volume = {7585},
year = {2012},
month = oct,
pages = {547-556},
publisher = {Springer},
}
Installation
------------
Complete Bob's `installation`_ instructions. Then, to install this package,
run::
$ conda install bob.bio.base
Contact
-------
For questions or reporting issues to this software package, contact our
development `mailing list`_.
.. Place your references here:
.. _bob: https://www.idiap.ch/software/bob
.. _installation: https://www.idiap.ch/software/bob/install
.. _mailing list: https://www.idiap.ch/software/bob/discuss
.. _user guide: https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/index.html
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
ea80cc19
...
...
@@ -74,7 +74,7 @@
package-dir
=
{
""
=
"src"
}
[tool.setuptools.dynamic]
readme
=
{
file
=
"README.
rst
"
}
readme
=
{
file
=
"README.
md
"
}
[project.scripts]
"resources.py"
=
"bob.bio.base.script.resources:resources"
...
...
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