Skip to content
Snippets Groups Projects

New processor API

Merged Tiago de Freitas Pereira requested to merge new-processing-API into dask-pipelines
Compare and
29 files
+ 1637
2019
Compare changes
  • Side-by-side
  • Inline
Files
29
@@ -91,7 +91,10 @@ class Algorithm (object):
):
warnings.warn("bob.bio.base.Algorithm is Deprecated", DeprecationWarning)
warnings.simplefilter('default')
warnings.warn("`bob.bio.base.algorithm.Algorithm` will be deprecated in 01/01/2021. "\
"Please, implement your biometric algorithm using `bob.pipelines` (https://gitlab.idiap.ch/bob/bob.pipelines).", DeprecationWarning)
self.performs_projection = performs_projection
Loading