Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.vein
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.vein
Commits
e8f92dfc
Commit
e8f92dfc
authored
2 years ago
by
Yannick DAYER
Browse files
Options
Downloads
Patches
Plain Diff
meta [readme]: Switch the README.rst to markdown.
parent
565c6350
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!71
meta [readme]: Switch the README.rst to markdown
Pipeline
#73281
passed
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
+24
-0
24 additions, 0 deletions
README.md
README.rst
+0
-44
0 additions, 44 deletions
README.rst
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
26 additions
and
46 deletions
MANIFEST.in
+
1
−
1
View file @
e8f92dfc
include README.
rst
COPYING
include README.
md
COPYING
recursive-include doc *.py *.rst
recursive-include doc *.py *.rst
recursive-include bob/bio/vein/tests *.png *.txt *.hdf5
recursive-include bob/bio/vein/tests *.png *.txt *.hdf5
This diff is collapsed.
Click to expand it.
README.md
0 → 100644
+
24
−
0
View file @
e8f92dfc
[

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

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

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

](https://gitlab.idiap.ch/bob/bob.bio.vein)
# Vein Recognition Library
This package is part of the signal-processing and machine learning toolbox
[
Bob
](
https://www.idiap.ch/software/bob
)
. It contains resources for finger,
palm and wrist vein recognition as
[
bob.bio.base
](
https://pypi.python.org/pypi/bob.bio.base
)
plugins.
## Installation
Complete Bob's
[
installation instructions
](
https://www.idiap.ch/software/bob/install
)
. Then, to install this package, run:
```
sh
conda
install
bob.bio.vein
```
## 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
−
44
View file @
565c6350
.. vim: set fileencoding=utf-8 :
.. Fri 19 Aug 2016 13:32:51 CEST
.. image:: https://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/sphinx/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.bio.vein/badges/master/pipeline.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.vein/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.bio.vein/badges/master/coverage.svg
:target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/coverage/
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.bio.vein
==========================
Vein Recognition Library
==========================
This package is part of the signal-processing and machine learning toolbox
Bob_. It contains resources for finger, palm and wrist vein recognition as
`bob.bio.base`_ plugins.
Installation
------------
Complete Bob's `installation`_ instructions. Then, to install this package,
run::
$ conda install bob.bio.vein
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
.. _bob.bio.base: https://pypi.python.org/pypi/bob.bio.base
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
e8f92dfc
...
@@ -66,7 +66,7 @@
...
@@ -66,7 +66,7 @@
package-dir
=
{
""
=
"src"
}
package-dir
=
{
""
=
"src"
}
[tool.setuptools.dynamic]
[tool.setuptools.dynamic]
readme
=
{
file
=
"README.
rst
"
}
readme
=
{
file
=
"README.
md
"
}
[project.entry-points."bob.bio.config"]
[project.entry-points."bob.bio.config"]
# protocols (must be specified before the database in the cmd)
# protocols (must be specified before the database in the cmd)
...
...
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