Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
docs
Commits
c64025e4
Commit
c64025e4
authored
4 years ago
by
Tiago de Freitas Pereira
Browse files
Options
Downloads
Patches
Plain Diff
Updated the package list
parent
2556c8d0
No related branches found
No related tags found
1 merge request
!21
Updated the package list
Pipeline
#46702
passed
4 years ago
Stage: build
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
conda/meta.yaml
+51
-86
51 additions, 86 deletions
conda/meta.yaml
doc/index.rst
+0
-35
0 additions, 35 deletions
doc/index.rst
doc/packages.rst
+1
-43
1 addition, 43 deletions
doc/packages.rst
doc/readme_index.rst
+0
-35
0 additions, 35 deletions
doc/readme_index.rst
packages.txt
+50
-86
50 additions, 86 deletions
packages.txt
with
102 additions
and
285 deletions
conda/meta.yaml
+
51
−
86
View file @
c64025e4
...
...
@@ -15,110 +15,75 @@ requirements:
# This list should be the same as packages.txt.
# This list should also be the same as in bob/bob conda recipe + bob and bob.devtools
-
bob
-
bob.ap
-
bob.bio.base
-
bob.bio.face
-
bob.bio.face_ongoing
-
bob.bio.gmm
-
bob.bio.htface
-
bob.bio.spear
-
bob.bio.vein
-
bob.bio.video
-
bob.blitz
-
bob.buildout
-
bob.extension
-
bob.blitz
-
bob.core
-
bob.io.base
-
bob.math
-
bob.measure
-
bob.io.image
-
bob.db.base
-
bob.io.video
-
bob.io.audio
-
bob.sp
-
bob.ap
-
bob.ip.base
-
bob.ip.color
-
bob.ip.gabor
-
bob.learn.activation
-
bob.learn.libsvm
-
bob.learn.linear
-
bob.learn.mlp
-
bob.db.iris
-
bob.learn.em
-
bob.db.mnist
-
bob.db.atnt
-
bob.ip.facedetect
-
gridtk
-
bob.ip.qualitymeasure
-
bob.ip.skincolorfilter
-
bob.db.arface
-
bob.db.asvspoof
-
bob.db.asvspoof
-
bob.db.asvspoof2017
-
bob.db.atnt
-
bob.db.atvskeystroke
-
bob.db.avspoof
-
bob.db.banca
-
bob.db.base
-
bob.db.biosecure
-
bob.db.biosecurid.face
-
bob.db.casia_fasd
-
bob.db.casiasurf
-
bob.db.casme2
-
bob.db.caspeal
-
bob.db.cbsr_nir_vis_2
-
bob.db.cohface
-
bob.db.cuhk_cufs
-
bob.db.cuhk_cufsf
-
bob.db.fargo
-
bob.db.frgc
-
bob.db.fv3d
-
bob.db.gbu
-
bob.db.hci_tagging
-
bob.db.ijba
-
bob.db.ijbc
-
bob.db.iris
-
bob.db.kboc16
-
bob.db.ldhf
-
bob.db.lfw
-
bob.db.livdet2013
-
bob.db.maskattack
-
bob.db.mnist
-
bob.db.mobio
-
bob.db.msu_mfsd_mod
-
bob.db.multipie
-
bob.db.nist_sre12
-
bob.db.nivl
-
bob.db.oulunpu
-
bob.db.pericrosseye
-
bob.db.pola_thermal
-
bob.db.putvein
-
bob.db.replay
-
bob.db.replaymobile
-
bob.db.scface
-
bob.db.siw
-
bob.db.swan
-
bob.db.utfvp
-
bob.db.uvad
-
bob.db.verafinger
-
bob.db.voicepa
-
bob.db.voxforge
-
bob.db.wine
-
bob.db.xm2vts
-
bob.db.youtube
-
bob.devtools
-
bob.extension
-
bob.fusion.base
-
bob.io.audio
-
bob.io.base
-
bob.io.image
-
bob.io.matlab
-
bob.io.video
-
bob.ip.base
-
bob.ip.binseg
-
bob.ip.color
-
bob.ip.dlib
-
bob.ip.draw
-
bob.ip.facedetect
-
bob.ip.facelandmarks
-
bob.ip.flandmark
-
bob.ip.gabor
-
bob.ip.optflow.hornschunck
-
bob.ip.optflow.liu
-
bob.ip.qualitymeasure
-
bob.ip.skincolorfilter
-
bob.ip.tensorflow_extractor
-
bob.learn.activation
-
bob.learn.boosting
-
bob.learn.em
-
bob.learn.libsvm
-
bob.learn.linear
-
bob.learn.mlp
-
bob.learn.pytorch
-
bob.learn.tensorflow
-
bob.math
-
bob.measure
-
bob.db.maskattack
-
bob.db.casiasurf
-
bob.db.fargo
-
bob.db.verafinger
-
bob.db.utfvp
-
bob.db.fv3d
-
bob.db.putvein
-
bob.pipelines
-
bob.bio.base
-
bob.bio.gmm
-
bob.bio.face
-
bob.bio.video
-
bob.bio.vein
-
bob.pad.base
-
bob.pad.face
-
bob.pad.voice
-
bob.rppg.base
-
bob.sp
-
gridtk
-
bob.fusion.base
-
bob.db.uvad
-
bob.db.cuhk_cufs
-
bob.db.cbsr_nir_vis_2
-
bob.db.nivl
-
bob.db.pola_thermal
-
bob.db.cuhk_cufsf
-
bob.db.ldhf
-
bob.learn.tensorflow
-
bob.learn.pytorch
-
bob.ip.binseg
test
:
commands
:
-
sphinx-build {{ project_dir }}/doc {{ project_dir }}/sphinx
...
...
This diff is collapsed.
Click to expand it.
doc/index.rst
+
0
−
35
View file @
c64025e4
...
...
@@ -37,10 +37,7 @@ Index of all packages
bob.ap <bob/bob.ap/doc/index.rst>
bob.bio.base <bob/bob.bio.base/doc/index.rst>
bob.bio.face <bob/bob.bio.face/doc/index.rst>
bob.bio.face_ongoing <bob/bob.bio.face_ongoing/doc/index.rst>
bob.bio.gmm <bob/bob.bio.gmm/doc/index.rst>
bob.bio.htface <bob/bob.bio.htface/doc/index.rst>
bob.bio.spear <bob/bob.bio.spear/doc/index.rst>
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>
...
...
@@ -50,28 +47,18 @@ Index of all packages
bob.db.asvspoof <bob/bob.db.asvspoof/doc/index.rst>
bob.db.asvspoof2017 <bob/bob.db.asvspoof2017/doc/index.rst>
bob.db.atnt <bob/bob.db.atnt/doc/index.rst>
bob.db.atvskeystroke <bob/bob.db.atvskeystroke/doc/index.rst>
bob.db.avspoof <bob/bob.db.avspoof/doc/index.rst>
bob.db.banca <bob/bob.db.banca/doc/index.rst>
bob.db.base <bob/bob.db.base/doc/index.rst>
bob.db.biosecure <bob/bob.db.biosecure/doc/index.rst>
bob.db.biosecurid.face <bob/bob.db.biosecurid.face/doc/index.rst>
bob.db.casia_fasd <bob/bob.db.casia_fasd/doc/index.rst>
bob.db.casiasurf <bob/bob.db.casiasurf/doc/index.rst>
bob.db.casme2 <bob/bob.db.casme2/doc/index.rst>
bob.db.caspeal <bob/bob.db.caspeal/doc/index.rst>
bob.db.cbsr_nir_vis_2 <bob/bob.db.cbsr_nir_vis_2/doc/index.rst>
bob.db.cohface <bob/bob.db.cohface/doc/index.rst>
bob.db.cuhk_cufs <bob/bob.db.cuhk_cufs/doc/index.rst>
bob.db.cuhk_cufsf <bob/bob.db.cuhk_cufsf/doc/index.rst>
bob.db.fargo <bob/bob.db.fargo/doc/index.rst>
bob.db.frgc <bob/bob.db.frgc/doc/index.rst>
bob.db.fv3d <bob/bob.db.fv3d/doc/index.rst>
bob.db.gbu <bob/bob.db.gbu/doc/index.rst>
bob.db.hci_tagging <bob/bob.db.hci_tagging/doc/index.rst>
bob.db.ijba <bob/bob.db.ijba/doc/index.rst>
bob.db.ijbc <bob/bob.db.ijbc/doc/index.rst>
bob.db.iris <bob/bob.db.iris/doc/index.rst>
bob.db.kboc16 <bob/bob.db.kboc16/doc/index.rst>
bob.db.ldhf <bob/bob.db.ldhf/doc/index.rst>
bob.db.lfw <bob/bob.db.lfw/doc/index.rst>
...
...
@@ -79,51 +66,32 @@ Index of all packages
bob.db.maskattack <bob/bob.db.maskattack/doc/index.rst>
bob.db.mnist <bob/bob.db.mnist/doc/index.rst>
bob.db.mobio <bob/bob.db.mobio/doc/index.rst>
bob.db.msu_mfsd_mod <bob/bob.db.msu_mfsd_mod/doc/index.rst>
bob.db.multipie <bob/bob.db.multipie/doc/index.rst>
bob.db.nist_sre12 <bob/bob.db.nist_sre12/doc/index.rst>
bob.db.nivl <bob/bob.db.nivl/doc/index.rst>
bob.db.oulunpu <bob/bob.db.oulunpu/doc/index.rst>
bob.db.pericrosseye <bob/bob.db.pericrosseye/doc/index.rst>
bob.db.pola_thermal<bob/bob.db.pola_thermal/doc/index.rst>
bob.db.putvein <bob/bob.db.putvein/doc/index.rst>
bob.db.replay <bob/bob.db.replay/doc/index.rst>
bob.db.replaymobile <bob/bob.db.replaymobile/doc/index.rst>
bob.db.scface <bob/bob.db.scface/doc/index.rst>
bob.db.siw <bob/bob.db.siw/doc/index.rst>
bob.db.swan <bob/bob.db.swan/doc/index.rst>
bob.db.utfvp <bob/bob.db.utfvp/doc/index.rst>
bob.db.uvad <bob/bob.db.uvad/doc/index.rst>
bob.db.verafinger <bob/bob.db.verafinger/doc/index.rst>
bob.db.voicepa <bob/bob.db.voicepa/doc/index.rst>
bob.db.voxforge <bob/bob.db.voxforge/doc/index.rst>
bob.db.wine <bob/bob.db.wine/doc/index.rst>
bob.db.xm2vts <bob/bob.db.xm2vts/doc/index.rst>
bob.db.youtube <bob/bob.db.youtube/doc/index.rst>
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.matlab <bob/bob.io.matlab/doc/index.rst>
bob.io.video <bob/bob.io.video/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.dlib <bob/bob.ip.dlib/doc/index.rst>
bob.ip.draw <bob/bob.ip.draw/doc/index.rst>
bob.ip.facedetect <bob/bob.ip.facedetect/doc/index.rst>
bob.ip.facelandmarks <bob/bob.ip.facelandmarks/doc/index.rst>
bob.ip.flandmark <bob/bob.ip.flandmark/doc/index.rst>
bob.ip.gabor <bob/bob.ip.gabor/doc/index.rst>
bob.ip.optflow.hornschunck <bob/bob.ip.optflow.hornschunck/doc/index.rst>
bob.ip.optflow.liu <bob/bob.ip.optflow.liu/doc/index.rst>
bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/doc/index.rst>
bob.ip.skincolorfilter <bob/bob.ip.skincolorfilter/doc/index.rst>
bob.ip.tensorflow_extractor <bob/bob.ip.tensorflow_extractor/doc/index.rst>
bob.learn.activation <bob/bob.learn.activation/doc/index.rst>
bob.learn.boosting <bob/bob.learn.boosting/doc/index.rst>
bob.learn.em <bob/bob.learn.em/doc/index.rst>
bob.learn.libsvm <bob/bob.learn.libsvm/doc/index.rst>
bob.learn.linear <bob/bob.learn.linear/doc/index.rst>
...
...
@@ -134,9 +102,6 @@ Index of all packages
bob.measure <bob/bob.measure/doc/index.rst>
bob.pad.base <bob/bob.pad.base/doc/index.rst>
bob.pad.face <bob/bob.pad.face/doc/index.rst>
bob.pad.vein <bob/bob.pad.vein/doc/index.rst>
bob.pad.voice <bob/bob.pad.voice/doc/index.rst>
bob.rppg.base <bob/bob.rppg.base/doc/index.rst>
bob.sp <bob/bob.sp/doc/index.rst>
gridtk <bob/gridtk/doc/index.rst>
readme_index.rst
...
...
This diff is collapsed.
Click to expand it.
doc/packages.rst
+
1
−
43
View file @
c64025e4
...
...
@@ -22,7 +22,6 @@ Data Input and Output
* :ref:`bob.io.image`
* :ref:`bob.io.video`
* :ref:`bob.io.audio`
* :ref:`bob.io.matlab`
Signal, Audio, Image and Video Processing
-----------------------------------------
...
...
@@ -31,17 +30,10 @@ Signal, Audio, Image and Video Processing
* :ref:`bob.ap`
* :ref:`bob.ip.base`
* :ref:`bob.ip.color`
* :ref:`bob.ip.draw`
* :ref:`bob.ip.gabor`
* :ref:`bob.ip.facedetect`
* :ref:`bob.ip.facelandmarks`
* :ref:`bob.ip.optflow.liu`
* :ref:`bob.ip.optflow.hornschunck`
* :ref:`bob.ip.flandmark`
* :ref:`bob.ip.dlib`
* :ref:`bob.ip.qualitymeasure`
* :ref:`bob.ip.skincolorfilter`
* :ref:`bob.ip.tensorflow_extractor`
* :ref:`bob.ip.binseg`
...
...
@@ -54,7 +46,6 @@ Machine Learning
* :ref:`bob.learn.activation`
* :ref:`bob.learn.libsvm`
* :ref:`bob.learn.em`
* :ref:`bob.learn.boosting`
* :ref:`bob.learn.tensorflow`
* :ref:`bob.learn.pytorch`
...
...
@@ -76,13 +67,9 @@ Biometric Recognition
* :ref:`bob.bio.base`
* :ref:`bob.bio.face`
* :ref:`bob.bio.spear`
* :ref:`bob.bio.vein`
* :ref:`bob.bio.video`
* :ref:`bob.bio.gmm`
* :ref:`bob.bio.face_ongoing`
* :ref:`bob.bio.htface`
* :ref:`bob.ip.tensorflow_extractor`
* :ref:`bob.fusion.base`
...
...
@@ -91,17 +78,9 @@ Presentation Attack Detection (anti-spoofing)
* :ref:`bob.pad.base`
* :ref:`bob.pad.face`
* :ref:`bob.pad.vein`
* :ref:`bob.pad.voice`
* :ref:`bob.fusion.base`
Remote Heart Rate Measurement
-----------------------------
* :ref:`bob.rppg.base`
Database Interfaces
-------------------
...
...
@@ -116,28 +95,16 @@ Interfaces
^^^^^^^^^^
* :ref:`bob.db.arface`
* :ref:`bob.db.asvspoof2017`
* :ref:`bob.db.asvspoof`
* :ref:`bob.db.asvspoof2017`
* :ref:`bob.db.atnt`
* :ref:`bob.db.atvskeystroke`
* :ref:`bob.db.avspoof`
* :ref:`bob.db.banca`
* :ref:`bob.db.biosecure`
* :ref:`bob.db.biosecurid.face`
* :ref:`bob.db.casia_fasd`
* :ref:`bob.db.casiasurf`
* :ref:`bob.db.casme2`
* :ref:`bob.db.caspeal`
* :ref:`bob.db.cbsr_nir_vis_2`
* :ref:`bob.db.cohface`
* :ref:`bob.db.cuhk_cufs`
* :ref:`bob.db.cuhk_cufsf`
* :ref:`bob.db.fargo`
* :ref:`bob.db.frgc`
* :ref:`bob.db.fv3d`
* :ref:`bob.db.gbu`
* :ref:`bob.db.hci_tagging`
* :ref:`bob.db.ijba`
* :ref:`bob.db.ijbc`
* :ref:`bob.db.iris`
* :ref:`bob.db.kboc16`
...
...
@@ -147,25 +114,16 @@ Interfaces
* :ref:`bob.db.maskattack`
* :ref:`bob.db.mnist`
* :ref:`bob.db.mobio`
* :ref:`bob.db.msu_mfsd_mod`
* :ref:`bob.db.multipie`
* :ref:`bob.db.nist_sre12`
* :ref:`bob.db.nivl`
* :ref:`bob.db.oulunpu`
* :ref:`bob.db.pericrosseye`
* :ref:`bob.db.pola_thermal`
* :ref:`bob.db.putvein`
* :ref:`bob.db.replay`
* :ref:`bob.db.replaymobile`
* :ref:`bob.db.scface`
* :ref:`bob.db.siw`
* :ref:`bob.db.swan`
* :ref:`bob.db.utfvp`
* :ref:`bob.db.uvad`
* :ref:`bob.db.verafinger`
* :ref:`bob.db.voicepa`
* :ref:`bob.db.voxforge`
* :ref:`bob.db.wine`
* :ref:`bob.db.xm2vts`
* :ref:`bob.db.youtube`
...
...
This diff is collapsed.
Click to expand it.
doc/readme_index.rst
+
0
−
35
View file @
c64025e4
...
...
@@ -10,10 +10,7 @@ README of all Packages
bob.ap <bob/bob.ap/README.rst>
bob.bio.base <bob/bob.bio.base/README.rst>
bob.bio.face <bob/bob.bio.face/README.rst>
bob.bio.face_ongoing <bob/bob.bio.face_ongoing/README.rst>
bob.bio.gmm <bob/bob.bio.gmm/README.rst>
bob.bio.htface <bob/bob.bio.htface/README.rst>
bob.bio.spear <bob/bob.bio.spear/README.rst>
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>
...
...
@@ -23,26 +20,14 @@ README of all Packages
bob.db.asvspoof <bob/bob.db.asvspoof/README.rst>
bob.db.asvspoof2017 <bob/bob.db.asvspoof2017/README.rst>
bob.db.atnt <bob/bob.db.atnt/README.rst>
bob.db.atvskeystroke <bob/bob.db.atvskeystroke/README.rst>
bob.db.avspoof <bob/bob.db.avspoof/README.rst>
bob.db.banca <bob/bob.db.banca/README.rst>
bob.db.base <bob/bob.db.base/README.rst>
bob.db.biosecure <bob/bob.db.biosecure/README.rst>
bob.db.biosecurid.face <bob/bob.db.biosecurid.face/README.rst>
bob.db.casia_fasd <bob/bob.db.casia_fasd/README.rst>
bob.db.casiasurf <bob/bob.db.casiasurf/README.rst>
bob.db.casme2 <bob/bob.db.casme2/README.rst>
bob.db.caspeal <bob/bob.db.caspeal/README.rst>
bob.db.cbsr_nir_vis_2 <bob/bob.db.cbsr_nir_vis_2/README.rst>
bob.db.cohface <bob/bob.db.cohface/README.rst>
bob.db.cuhk_cufs <bob/bob.db.cuhk_cufs/README.rst>
bob.db.cuhk_cufsf <bob/bob.db.cuhk_cufsf/README.rst>
bob.db.fargo <bob/bob.db.fargo/README.rst>
bob.db.frgc <bob/bob.db.frgc/README.rst>
bob.db.fv3d <bob/bob.db.fv3d/README.rst>
bob.db.gbu <bob/bob.db.gbu/README.rst>
bob.db.hci_tagging <bob/bob.db.hci_tagging/README.rst>
bob.db.ijba <bob/bob.db.ijba/README.rst>
bob.db.ijbc <bob/bob.db.ijbc/README.rst>
bob.db.iris <bob/bob.db.iris/README.rst>
bob.db.kboc16 <bob/bob.db.kboc16/README.rst>
...
...
@@ -52,25 +37,17 @@ README of all Packages
bob.db.maskattack <bob/bob.db.maskattack/README.rst>
bob.db.mnist <bob/bob.db.mnist/README.rst>
bob.db.mobio <bob/bob.db.mobio/README.rst>
bob.db.msu_mfsd_mod <bob/bob.db.msu_mfsd_mod/README.rst>
bob.db.multipie <bob/bob.db.multipie/README.rst>
bob.db.nist_sre12 <bob/bob.db.nist_sre12/README.rst>
bob.db.nivl <bob/bob.db.nivl/README.rst>
bob.db.oulunpu <bob/bob.db.oulunpu/README.rst>
bob.db.pericrosseye <bob/bob.db.pericrosseye/README.rst>
bob.db.pola_thermal <bob/bob.db.pola_thermal/README.rst>
bob.db.putvein <bob/bob.db.putvein/README.rst>
bob.db.replay <bob/bob.db.replay/README.rst>
bob.db.replaymobile <bob/bob.db.replaymobile/README.rst>
bob.db.scface <bob/bob.db.scface/README.rst>
bob.db.siw <bob/bob.db.siw/README.rst>
bob.db.swan <bob/bob.db.swan/README.rst>
bob.db.utfvp <bob/bob.db.utfvp/README.rst>
bob.db.uvad <bob/bob.db.uvad/README.rst>
bob.db.verafinger <bob/bob.db.verafinger/README.rst>
bob.db.voicepa <bob/bob.db.voicepa/README.rst>
bob.db.voxforge <bob/bob.db.voxforge/README.rst>
bob.db.wine <bob/bob.db.wine/README.rst>
bob.db.xm2vts <bob/bob.db.xm2vts/README.rst>
bob.db.youtube <bob/bob.db.youtube/README.rst>
bob.devtools <bob/bob.devtools/README.rst>
...
...
@@ -79,24 +56,16 @@ 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.matlab <bob/bob.io.matlab/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>
bob.ip.color <bob/bob.ip.color/README.rst>
bob.ip.dlib <bob/bob.ip.dlib/README.rst>
bob.ip.draw <bob/bob.ip.draw/README.rst>
bob.ip.facedetect <bob/bob.ip.facedetect/README.rst>
bob.ip.facelandmarks <bob/bob.ip.facelandmarks/README.rst>
bob.ip.flandmark <bob/bob.ip.flandmark/README.rst>
bob.ip.gabor <bob/bob.ip.gabor/README.rst>
bob.ip.optflow.hornschunck <bob/bob.ip.optflow.hornschunck/README.rst>
bob.ip.optflow.liu <bob/bob.ip.optflow.liu/README.rst>
bob.ip.qualitymeasure <bob/bob.ip.qualitymeasure/README.rst>
bob.ip.skincolorfilter <bob/bob.ip.skincolorfilter/README.rst>
bob.ip.tensorflow_extractor <bob/bob.ip.tensorflow_extractor/README.rst>
bob.learn.activation <bob/bob.learn.activation/README.rst>
bob.learn.boosting <bob/bob.learn.boosting/README.rst>
bob.learn.em <bob/bob.learn.em/README.rst>
bob.learn.libsvm <bob/bob.learn.libsvm/README.rst>
bob.learn.linear <bob/bob.learn.linear/README.rst>
...
...
@@ -107,9 +76,5 @@ README of all Packages
bob.measure <bob/bob.measure/README.rst>
bob.pad.base <bob/bob.pad.base/README.rst>
bob.pad.face <bob/bob.pad.face/README.rst>
bob.pad.vein <bob/bob.pad.vein/README.rst>
bob.pad.voice <bob/bob.pad.voice/README.rst>
bob.rppg.base <bob/bob.rppg.base/README.rst>
bob.sp <bob/bob.sp/README.rst>
gridtk <bob/gridtk/README.rst>
This diff is collapsed.
Click to expand it.
packages.txt
+
50
−
86
View file @
c64025e4
bob/bob
bob/bob.ap
bob/bob.bio.base
bob/bob.bio.face
bob/bob.bio.face_ongoing
bob/bob.bio.gmm
bob/bob.bio.htface
bob/bob.bio.spear
bob/bob.bio.vein
bob/bob.bio.video
bob/bob.blitz
bob/bob.buildout
bob/bob.extension
bob/bob.blitz
bob/bob.core
bob/bob.io.base
bob/bob.math
bob/bob.measure
bob/bob.io.image
bob/bob.db.base
bob/bob.io.video
bob/bob.io.audio
bob/bob.sp
bob/bob.ap
bob/bob.ip.base
bob/bob.ip.color
bob/bob.ip.gabor
bob/bob.learn.activation
bob/bob.learn.libsvm
bob/bob.learn.linear
bob/bob.learn.mlp
bob/bob.db.iris
bob/bob.learn.em
bob/bob.db.mnist
bob/bob.db.atnt
bob/bob.ip.facedetect
bob/gridtk
bob/bob.ip.qualitymeasure
bob/bob.ip.skincolorfilter
bob/bob.db.arface
bob/bob.db.asvspoof
bob/bob.db.asvspoof2017
bob/bob.db.atnt
bob/bob.db.atvskeystroke
bob/bob.db.avspoof
bob/bob.db.banca
bob/bob.db.base
bob/bob.db.biosecure
bob/bob.db.biosecurid.face
bob/bob.db.casia_fasd
bob/bob.db.casiasurf
bob/bob.db.casme2
bob/bob.db.caspeal
bob/bob.db.cbsr_nir_vis_2
bob/bob.db.cohface
bob/bob.db.cuhk_cufs
bob/bob.db.cuhk_cufsf
bob/bob.db.fargo
bob/bob.db.frgc
bob/bob.db.fv3d
bob/bob.db.gbu
bob/bob.db.hci_tagging
bob/bob.db.ijba
bob/bob.db.ijbc
bob/bob.db.iris
bob/bob.db.kboc16
bob/bob.db.ldhf
bob/bob.db.lfw
bob/bob.db.livdet2013
bob/bob.db.maskattack
bob/bob.db.mnist
bob/bob.db.mobio
bob/bob.db.msu_mfsd_mod
bob/bob.db.multipie
bob/bob.db.nist_sre12
bob/bob.db.nivl
bob/bob.db.oulunpu
bob/bob.db.pericrosseye
bob/bob.db.pola_thermal
bob/bob.db.putvein
bob/bob.db.replay
bob/bob.db.replaymobile
bob/bob.db.scface
bob/bob.db.siw
bob/bob.db.swan
bob/bob.db.utfvp
bob/bob.db.uvad
bob/bob.db.verafinger
bob/bob.db.voicepa
bob/bob.db.voxforge
bob/bob.db.wine
bob/bob.db.xm2vts
bob/bob.db.youtube
bob/bob.devtools
bob/bob.extension
bob/bob.fusion.base
bob/bob.io.audio
bob/bob.io.base
bob/bob.io.image
bob/bob.io.matlab
bob/bob.io.video
bob/bob.ip.base
bob/bob.ip.binseg
bob/bob.ip.color
bob/bob.ip.dlib
bob/bob.ip.draw
bob/bob.ip.facedetect
bob/bob.ip.facelandmarks
bob/bob.ip.flandmark
bob/bob.ip.gabor
bob/bob.ip.optflow.hornschunck
bob/bob.ip.optflow.liu
bob/bob.ip.qualitymeasure
bob/bob.ip.skincolorfilter
bob/bob.ip.tensorflow_extractor
bob/bob.learn.activation
bob/bob.learn.boosting
bob/bob.learn.em
bob/bob.learn.libsvm
bob/bob.learn.linear
bob/bob.learn.mlp
bob/bob.learn.pytorch
bob/bob.learn.tensorflow
bob/bob.math
bob/bob.measure
bob/bob.db.maskattack
bob/bob.db.casiasurf
bob/bob.db.fargo
bob/bob.db.verafinger
bob/bob.db.utfvp
bob/bob.db.fv3d
bob/bob.db.putvein
bob/bob.pipelines
bob/bob.bio.base
bob/bob.bio.gmm
bob/bob.bio.face
bob/bob.bio.video
bob/bob.bio.vein
bob/bob.pad.base
bob/bob.pad.face
bob/bob.pad.voice
bob/bob.rppg.base
bob/bob.sp
bob/gridtk
bob/bob.fusion.base
bob/bob.db.uvad
bob/bob.db.cuhk_cufs
bob/bob.db.cbsr_nir_vis_2
bob/bob.db.nivl
bob/bob.db.pola_thermal
bob/bob.db.cuhk_cufsf
bob/bob.db.ldhf
bob/bob.learn.tensorflow
bob/bob.learn.pytorch # [linux]
bob/bob.ip.binseg # [linux]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment