Skip to content
Snippets Groups Projects
Commit 2c637f08 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Merge branch 'readme-markdown' into 'master'

meta [readme]: Switch the README.rst to markdown

See merge request !110
parents c7a896e6 ea9bcdb8
No related branches found
No related tags found
1 merge request!110meta [readme]: Switch the README.rst to markdown
Pipeline #74693 passed
include README.rst include README.md COPYING
recursive-include doc *.py *.rst recursive-include doc *.py *.rst
recursive-include bob *.txt *.hdf5
recursive-include bob *.sql3
recursive-include tests/data scores-* *.sql3 *.wav recursive-include tests/data scores-* *.sql3 *.wav
recursive-include tests/example_filelist *.lst recursive-include tests/example_filelist *.lst
recursive-include tests/ *.csv recursive-include tests/ *.csv
......
.. vim: set fileencoding=utf-8 : [![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/sphinx/index.html)
.. Pavel Korshunov <pavel.korshunov@idiap.ch> [![badge pipeline](https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pad.base/commits/master)
.. Wed 19 Oct 22:36:22 2016 CET [![badge coverage](https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/coverage/)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.pad.base)
.. image:: https://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/sphinx/index.html # Scripts to run anti-spoofing experiments
.. image:: https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/pipeline.svg
:target: https://gitlab.idiap.ch/bob/bob.pad.base/commits/master This package is part of the signal-processing and machine learning toolbox
.. image:: https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/coverage.svg [Bob](https://www.idiap.ch/software/bob).
:target: https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/coverage/ This package is the base of the `bob.pad` family of packages, which allow to
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg run comparable and reproducible presentation attack detection (PAD) experiments
:target: https://gitlab.idiap.ch/bob/bob.pad.base on publicly available databases.
========================================
Scripts to run anti-spoofing experiments
========================================
This package is part of the signal-processing and machine learning toolbox Bob_.
This package is the base of ``bob.pad`` family of packages, which allow to run
comparable and reproducible presentation attack detection (PAD) experiments on
publicly available databases.
This package contains basic functionality to run PAD experiments. This package contains basic functionality to run PAD experiments.
It provides a generic API for PAD including: It provides a generic API for PAD including:
...@@ -33,25 +24,19 @@ All the algorithms are standardized on top of scikit-learn estimators. ...@@ -33,25 +24,19 @@ All the algorithms are standardized on top of scikit-learn estimators.
In this base package, only a core functionality is implemented. The specialized In this base package, only a core functionality is implemented. The specialized
algorithms should be provided by other packages, which are usually in the algorithms should be provided by other packages, which are usually in the
``bob.pad`` namespace, like ``bob.pad.face``. `bob.pad` namespace, like
[`bob.pad.face`](https://gitlab.idiap.ch/bob/bob.pad.face).
Installation
------------
Complete Bob's `installation`_ instructions. Then, to install this package, ## Installation
run::
$ conda install bob.pad.base Complete Bob's
[installation instructions](https://www.idiap.ch/software/bob/install). Then,
to install this package, run:
``` sh
conda install bob.pad.base
```
## Contact
Contact
-------
For questions or reporting issues to this software package, contact our For questions or reporting issues to this software package, contact our
development `mailing list`_. development [mailing list](https://www.idiap.ch/software/bob/discuss).
.. Place your references here:
.. _bob: https://www.idiap.ch/software/bob
.. _installation: https://www.idiap.ch/software/bob/install
.. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
package-dir = {"" = "src"} package-dir = {"" = "src"}
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
readme = {file = "README.rst"} readme = {file = "README.md", content-type = "text/markdown"}
[project.entry-points."bob.cli"] [project.entry-points."bob.cli"]
pad = "bob.pad.base.script.pad:pad" pad = "bob.pad.base.script.pad:pad"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment