diff --git a/conda/meta.yaml b/conda/meta.yaml index 577c448badc9d54ef4bd2ed2d3ae7bf5c01b8fb8..d637a2115fcce25cf94a030924ff3d30ce876100 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -17,7 +17,6 @@ requirements: - bob - bob.devtools # LIST OF BOB PACKAGES - START - - bob.buildout - bob.extension - bob.blitz - bob.core @@ -41,7 +40,6 @@ requirements: - bob.db.atnt - bob.ip.facedetect - gridtk - - bob.ip.qualitymeasure - bob.pipelines - bob.learn.tensorflow - bob.bio.base @@ -49,11 +47,13 @@ requirements: - bob.bio.face - bob.bio.video - bob.bio.vein + - bob.ip.qualitymeasure - bob.pad.base - bob.pad.face - bob.fusion.base - - bob.learn.pytorch - bob.ip.binseg + - bob.io.stream + - bob.ip.stereo # LIST OF BOB PACKAGES - END test: commands: diff --git a/conda/yum_requirements.txt b/conda/yum_requirements.txt new file mode 100644 index 0000000000000000000000000000000000000000..73bec64b5e677a16336b207132d77b845ac5bedb --- /dev/null +++ b/conda/yum_requirements.txt @@ -0,0 +1 @@ +dejavu-sans-fonts diff --git a/doc/index.rst b/doc/index.rst index f5fcb126dcaca348b43312013eabc13f4ef3ffaa..a9c372e0bd0a1b2aed56e41a60719c544ff14d1d 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -41,7 +41,6 @@ Index of all packages bob.bio.vein <bob/bob.bio.vein/doc/index.rst> bob.bio.video <bob/bob.bio.video/doc/index.rst> bob.blitz <bob/bob.blitz/doc/index.rst> - bob.buildout <bob/bob.buildout/doc/index.rst> bob.core <bob/bob.core/doc/index.rst> bob.db.atnt <bob/bob.db.atnt/doc/index.rst> bob.db.base <bob/bob.db.base/doc/index.rst> @@ -50,20 +49,21 @@ Index of all packages bob.devtools <bob/bob.devtools/doc/index.rst> bob.extension <bob/bob.extension/doc/index.rst> bob.fusion.base <bob/bob.fusion.base/doc/index.rst> + bob.io.audio <bob/bob.io.audio/doc/index.rst> bob.io.base <bob/bob.io.base/doc/index.rst> bob.io.image <bob/bob.io.image/doc/index.rst> + bob.io.stream <bob/bob.io.stream/doc/index.rst> bob.io.video <bob/bob.io.video/doc/index.rst> - bob.io.audio <bob/bob.io.audio/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> - bob.learn.pytorch <bob/bob.learn.pytorch/doc/index.rst> bob.learn.tensorflow <bob/bob.learn.tensorflow/doc/index.rst> bob.math <bob/bob.math/doc/index.rst> bob.measure <bob/bob.measure/doc/index.rst> diff --git a/doc/packages.rst b/doc/packages.rst index 35cd57fcecd3e12544e0c6c78f4a77935e5d25aa..16f4b7b488c78e493f3ed2f82a806117b6478008 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,7 +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 ---------------- @@ -44,7 +45,6 @@ Machine Learning * :ref:`bob.learn.activation` * :ref:`bob.learn.em` * :ref:`bob.learn.tensorflow` -* :ref:`bob.learn.pytorch` * :ref:`bob.pipelines` Modules for Developers @@ -53,7 +53,6 @@ Modules for Developers * :ref:`bob.devtools` * :ref:`bob.extension` * :ref:`bob.blitz` -* :ref:`bob.buildout` Parallel Execution ------------------ diff --git a/doc/readme_index.rst b/doc/readme_index.rst index ef0e9b5e1053c7f15e5662c14ae7b760ddd223ca..9b8a9cfc311ca6d978b6beeb655d23afe38af0ca 100644 --- a/doc/readme_index.rst +++ b/doc/readme_index.rst @@ -14,7 +14,6 @@ README of all Packages bob.bio.vein <bob/bob.bio.vein/README.rst> bob.bio.video <bob/bob.bio.video/README.rst> bob.blitz <bob/bob.blitz/README.rst> - bob.buildout <bob/bob.buildout/README.rst> bob.core <bob/bob.core/README.rst> bob.db.atnt <bob/bob.db.atnt/README.rst> bob.db.base <bob/bob.db.base/README.rst> @@ -26,6 +25,7 @@ README of all Packages bob.io.audio <bob/bob.io.audio/README.rst> bob.io.base <bob/bob.io.base/README.rst> bob.io.image <bob/bob.io.image/README.rst> + bob.io.stream <bob/bob.io.stream/README.rst> bob.io.video <bob/bob.io.video/README.rst> bob.ip.base <bob/bob.ip.base/README.rst> bob.ip.binseg <bob/bob.ip.binseg/README.rst> @@ -33,11 +33,11 @@ README of all Packages 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> bob.learn.linear <bob/bob.learn.linear/README.rst> - bob.learn.pytorch <bob/bob.learn.pytorch/README.rst> bob.learn.tensorflow <bob/bob.learn.tensorflow/README.rst> bob.math <bob/bob.math/README.rst> bob.measure <bob/bob.measure/README.rst> diff --git a/packages.txt b/packages.txt index 94e0013cfddf04d656d9fe7ef6a341ba0acf25c4..ddbb1ca8c02819c7324807e82283ae34b28b9a6a 100644 --- a/packages.txt +++ b/packages.txt @@ -1,6 +1,5 @@ -bob/bob.buildout -bob/bob.extension bob/bob.devtools +bob/bob.extension bob/bob.blitz bob/bob.core bob/bob.io.base @@ -23,16 +22,17 @@ bob/bob.db.mnist bob/bob.db.atnt bob/bob.ip.facedetect bob/gridtk -bob/bob.ip.qualitymeasure bob/bob.pipelines +bob/bob.learn.tensorflow bob/bob.bio.base bob/bob.bio.gmm bob/bob.bio.face bob/bob.bio.video bob/bob.bio.vein +bob/bob.ip.qualitymeasure bob/bob.pad.base bob/bob.pad.face bob/bob.fusion.base -bob/bob.learn.tensorflow -bob/bob.learn.pytorch # [linux] -bob/bob.ip.binseg # [linux] +bob/bob.ip.binseg +bob/bob.io.stream +bob/bob.ip.stereo