From 572830403406bd3759edad3505c2d5a454423fd1 Mon Sep 17 00:00:00 2001 From: Vincent <vincent.pollet@idiap.ch> Date: Wed, 1 Sep 2021 14:56:07 +0200 Subject: [PATCH] Add bob.io.stream and bob.ip.stereo --- conda/meta.yaml | 2 ++ doc/index.rst | 2 ++ doc/packages.rst | 2 ++ doc/readme_index.rst | 2 ++ packages.txt | 2 ++ 5 files changed, 10 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 1c216c7..6a1de74 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -42,6 +42,8 @@ requirements: - bob.ip.facedetect - gridtk - bob.ip.qualitymeasure + - bob.io.stream + - bob.ip.stereo - bob.pipelines - bob.learn.tensorflow - bob.bio.base diff --git a/doc/index.rst b/doc/index.rst index f5fcb12..7b33600 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -54,12 +54,14 @@ Index of all packages bob.io.image <bob/bob.io.image/doc/index.rst> bob.io.video <bob/bob.io.video/doc/index.rst> bob.io.audio <bob/bob.io.audio/doc/index.rst> + bob.io.stream <bob/bob.io.stream/doc/index.rst> bob.ip.base <bob/bob.ip.base/doc/index.rst> bob.ip.binseg <bob/bob.ip.binseg/doc/index.rst> bob.ip.color <bob/bob.ip.color/doc/index.rst> bob.ip.facedetect <bob/bob.ip.facedetect/doc/index.rst> bob.ip.gabor <bob/bob.ip.gabor/doc/index.rst> bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/doc/index.rst> + bob.ip.stereo <bob/bob.ip.stereo/doc/index.rst> bob.learn.activation <bob/bob.learn.activation/doc/index.rst> bob.learn.em <bob/bob.learn.em/doc/index.rst> bob.learn.linear <bob/bob.learn.linear/doc/index.rst> diff --git a/doc/packages.rst b/doc/packages.rst index 35cd57f..7c62fe3 100644 --- a/doc/packages.rst +++ b/doc/packages.rst @@ -22,6 +22,7 @@ Data Input and Output * :ref:`bob.io.image` * :ref:`bob.io.video` * :ref:`bob.io.audio` +* :ref:`bob.io.stream` Signal, Audio, Image and Video Processing ----------------------------------------- @@ -34,6 +35,7 @@ Signal, Audio, Image and Video Processing * :ref:`bob.ip.facedetect` * :ref:`bob.ip.qualitymeasure` * :ref:`bob.ip.binseg` +* :ref:`bob.ip.stereo` Machine Learning diff --git a/doc/readme_index.rst b/doc/readme_index.rst index ef0e9b5..d22ecaf 100644 --- a/doc/readme_index.rst +++ b/doc/readme_index.rst @@ -27,12 +27,14 @@ README of all Packages bob.io.base <bob/bob.io.base/README.rst> bob.io.image <bob/bob.io.image/README.rst> bob.io.video <bob/bob.io.video/README.rst> + bob.io.stream <bob/bob.io.stream/README.rst> bob.ip.base <bob/bob.ip.base/README.rst> bob.ip.binseg <bob/bob.ip.binseg/README.rst> bob.ip.color <bob/bob.ip.color/README.rst> bob.ip.facedetect <bob/bob.ip.facedetect/README.rst> bob.ip.gabor <bob/bob.ip.gabor/README.rst> bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/README.rst> + bob.ip.stereo <bob/bob.ip.stereo/README.rst> bob.ip.tensorflow_extractor <bob/bob.ip.tensorflow_extractor/README.rst> bob.learn.activation <bob/bob.learn.activation/README.rst> bob.learn.em <bob/bob.learn.em/README.rst> diff --git a/packages.txt b/packages.txt index 94e0013..4fe7edb 100644 --- a/packages.txt +++ b/packages.txt @@ -24,6 +24,8 @@ bob/bob.db.atnt bob/bob.ip.facedetect bob/gridtk bob/bob.ip.qualitymeasure +bob/bob.io.stream +bob/bob.ip.stereo bob/bob.pipelines bob/bob.bio.base bob/bob.bio.gmm -- GitLab