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

Merge branch 'remove-bob.db.base' into 'master'

remove bob.db.base and bob.io.image

See merge request !141
parents 84070029 fbff9829
No related branches found
No related tags found
1 merge request!141remove bob.db.base and bob.io.image
Pipeline #60607 passed
...@@ -37,7 +37,7 @@ def annotate(database, annotator, output_dir, force, array, **kwargs): ...@@ -37,7 +37,7 @@ def annotate(database, annotator, output_dir, force, array, **kwargs):
"""Annotates a database. """Annotates a database.
The annotations are written in text file (json) format which can be read The annotations are written in text file (json) format which can be read
back using :any:`bob.db.base.read_annotation_file` (annotation_type='json') back using :any:`bob.bio.base.utils.annotations.read_annotation_file` (annotation_type='json')
""" """
log_parameters(logger) log_parameters(logger)
......
python python
click click
bob.blitz bob.blitz
bob.db.base
bob.io.image
bob.bio.base bob.bio.base
...@@ -215,7 +215,7 @@ This will produce the following help message to the users:: ...@@ -215,7 +215,7 @@ This will produce the following help message to the users::
Annotates a database. Annotates a database.
The annotations are written in text file (json) format which can be read The annotations are written in text file (json) format which can be read
back using :any:`bob.db.base.read_annotation_file` back using :any:`bob.bio.base.utils.annotations.read_annotation_file`
(annotation_type='json') (annotation_type='json')
It is possible to pass one or several Python files (or names of It is possible to pass one or several Python files (or names of
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment