Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.fusion.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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.fusion.base
Commits
5cd3c295
Commit
5cd3c295
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
meta [readme]: Switch the README.rst to markdown.
parent
cf8f7d91
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!20
meta [readme]: Switch the README.rst to markdown
Pipeline
#73279
passed
2 years ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
MANIFEST.in
+1
-1
1 addition, 1 deletion
MANIFEST.in
README.md
+27
-0
27 additions, 0 deletions
README.md
README.rst
+0
-43
0 additions, 43 deletions
README.rst
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
29 additions
and
45 deletions
MANIFEST.in
+
1
−
1
View file @
5cd3c295
include README.
rst bootstrap-buildout.py
COPYING
include README.
md
COPYING
recursive-include doc *.py *.rst
recursive-include bob/fusion/base/test/data scores-*
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
27
−
0
View file @
5cd3c295
[

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

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

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

](https://gitlab.idiap.ch/bob/bob.fusion.base)
# Score Fusion in Biometric Recognition and Presentation Attack Detection
This package is part of the signal-processing and machine learning toolbox
[
Bob
](
https://www.idiap.ch/software/bob
)
. It runs score fusion in biometric and
presentation attack detection experiments using various algorithms. It provides
several algorithms and scripts to be used for running and reporting fusion
experiments.
## Installation
Complete Bob's
[
installation instructions
](
https://www.idiap.ch/software/bob/install
)
. Then,
to install this package, run:
```
sh
conda
install
bob.fusion.base
```
## Contact
For questions or reporting issues to this software package, contact our
development
[
mailing list
](
https://www.idiap.ch/software/bob/discuss
)
.
This diff is collapsed.
Click to expand it.
README.rst
deleted
100644 → 0
+
0
−
43
View file @
cf8f7d91
.. vim: set fileencoding=utf-8 :
.. Tue Jan 31 17:29:53 CET 2017
.. image:: https://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.fusion.base/master/sphinx/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.fusion.base/badges/master/pipeline.svg
:target: https://gitlab.idiap.ch/bob/bob.fusion.base/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.fusion.base/badges/master/coverage.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.fusion.base/master/coverage/
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.fusion.base
=========================================================================
Score Fusion in Biometric Recognition and Presentation Attack Detection
=========================================================================
This package is part of the signal-processing and machine learning toolbox
Bob_. It runs score fusion in biometric and presentation attack detection
experiments using various algorithms. It provides several algorithms and
scripts to be used for running and reporting fusion experiments.
Installation
------------
Complete Bob's `installation`_ instructions. Then, to install this package,
run::
$ conda install bob.fusion.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
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
5cd3c295
...
...
@@ -61,7 +61,7 @@
package-dir
=
{
""
=
"src"
}
[tool.setuptools.dynamic]
readme
=
{
file
=
"README.
rst
"
}
readme
=
{
file
=
"README.
md
"
}
[project.entry-points."bob.cli"]
fusion
=
"bob.fusion.base.script.fusion:fusion"
...
...
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