Skip to content
Snippets Groups Projects

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

Merged Amir MOHAMMADI requested to merge remove-bob.db.base into master
3 files
+ 2
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -37,7 +37,7 @@ def annotate(database, annotator, output_dir, force, array, **kwargs):
"""Annotates a database.
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)
Loading