Skip to content
Snippets Groups Projects
Commit d8985eab authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

deprecate bob.learn.libsvm and bob.learn.mlp

parent a537bff2
No related branches found
No related tags found
No related merge requests found
Pipeline #53692 failed
...@@ -23,8 +23,6 @@ develop = src/bob.buildout ...@@ -23,8 +23,6 @@ develop = src/bob.buildout
src/bob.ip.gabor src/bob.ip.gabor
src/bob.learn.activation src/bob.learn.activation
src/bob.learn.linear src/bob.learn.linear
src/bob.learn.libsvm
src/bob.learn.mlp
src/bob.db.iris src/bob.db.iris
src/bob.learn.em src/bob.learn.em
src/bob.db.mnist src/bob.db.mnist
...@@ -33,18 +31,18 @@ develop = src/bob.buildout ...@@ -33,18 +31,18 @@ develop = src/bob.buildout
src/bob.ip.optflow.liu src/bob.ip.optflow.liu
src/gridtk src/gridtk
src/bob.ip.qualitymeasure src/bob.ip.qualitymeasure
src/bob.ip.skincolorfilter src/bob.ip.skincolorfilter
src/bob.db.arface src/bob.db.arface
src/bob.db.asvspoof src/bob.db.asvspoof
src/bob.db.asvspoof2017 src/bob.db.asvspoof2017
src/bob.db.atvskeystroke src/bob.db.atvskeystroke
src/bob.db.casia_fasd src/bob.db.casia_fasd
src/bob.db.caspeal src/bob.db.caspeal
src/bob.db.gbu src/bob.db.gbu
src/bob.db.ijbc src/bob.db.ijbc
src/bob.db.kboc16 src/bob.db.kboc16
src/bob.db.lfw src/bob.db.lfw
src/bob.db.livdet2013 src/bob.db.livdet2013
src/bob.db.msu_mfsd_mod src/bob.db.msu_mfsd_mod
src/bob.db.replay src/bob.db.replay
src/bob.db.replaymobile src/bob.db.replaymobile
...@@ -92,7 +90,7 @@ develop = src/bob.buildout ...@@ -92,7 +90,7 @@ develop = src/bob.buildout
src/bob.db.verafinger src/bob.db.verafinger
src/bob.db.utfvp src/bob.db.utfvp
src/bob.db.fv3d src/bob.db.fv3d
src/bob.db.putvein src/bob.db.putvein
eggs = bob.buildout eggs = bob.buildout
...@@ -114,8 +112,6 @@ eggs = bob.buildout ...@@ -114,8 +112,6 @@ eggs = bob.buildout
bob.ip.gabor bob.ip.gabor
bob.learn.activation bob.learn.activation
bob.learn.linear bob.learn.linear
bob.learn.libsvm
bob.learn.mlp
bob.db.iris bob.db.iris
bob.learn.em bob.learn.em
bob.db.mnist bob.db.mnist
...@@ -124,7 +120,7 @@ eggs = bob.buildout ...@@ -124,7 +120,7 @@ eggs = bob.buildout
bob.ip.optflow.liu bob.ip.optflow.liu
gridtk gridtk
bob.ip.qualitymeasure bob.ip.qualitymeasure
bob.ip.skincolorfilter bob.ip.skincolorfilter
bob.db.arface bob.db.arface
bob.db.asvspoof bob.db.asvspoof
bob.db.asvspoof2017 bob.db.asvspoof2017
...@@ -155,7 +151,7 @@ eggs = bob.buildout ...@@ -155,7 +151,7 @@ eggs = bob.buildout
bob.bio.video bob.bio.video
bob.bio.vein bob.bio.vein
bob.pad.base bob.pad.base
bob.pad.face bob.pad.face
bob.fusion.base bob.fusion.base
bob.db.oulunpu bob.db.oulunpu
bob.db.uvad bob.db.uvad
...@@ -213,8 +209,6 @@ bob.ip.color = git git@gitlab.idiap.ch:bob/bob.ip.color ...@@ -213,8 +209,6 @@ bob.ip.color = git git@gitlab.idiap.ch:bob/bob.ip.color
bob.ip.gabor = git git@gitlab.idiap.ch:bob/bob.ip.gabor bob.ip.gabor = git git@gitlab.idiap.ch:bob/bob.ip.gabor
bob.learn.activation = git git@gitlab.idiap.ch:bob/bob.learn.activation bob.learn.activation = git git@gitlab.idiap.ch:bob/bob.learn.activation
bob.learn.linear = git git@gitlab.idiap.ch:bob/bob.learn.linear bob.learn.linear = git git@gitlab.idiap.ch:bob/bob.learn.linear
bob.learn.libsvm = git git@gitlab.idiap.ch:bob/bob.learn.libsvm
bob.learn.mlp = git git@gitlab.idiap.ch:bob/bob.learn.mlp
bob.db.iris = git git@gitlab.idiap.ch:bob/bob.db.iris bob.db.iris = git git@gitlab.idiap.ch:bob/bob.db.iris
bob.learn.em = git git@gitlab.idiap.ch:bob/bob.learn.em bob.learn.em = git git@gitlab.idiap.ch:bob/bob.learn.em
bob.db.mnist = git git@gitlab.idiap.ch:bob/bob.db.mnist bob.db.mnist = git git@gitlab.idiap.ch:bob/bob.db.mnist
......
...@@ -17,22 +17,16 @@ bob/bob.ip.color ...@@ -17,22 +17,16 @@ bob/bob.ip.color
bob/bob.ip.gabor bob/bob.ip.gabor
bob/bob.learn.activation bob/bob.learn.activation
bob/bob.learn.linear bob/bob.learn.linear
bob/bob.learn.libsvm
bob/bob.learn.mlp
bob/bob.db.iris bob/bob.db.iris
bob/bob.learn.em bob/bob.learn.em
bob/bob.db.mnist bob/bob.db.mnist
bob/bob.db.atnt bob/bob.db.atnt
bob/bob.ip.facedetect bob/bob.ip.facedetect
# what used to be extra packages # what used to be extra packages
bob/gridtk bob/gridtk
bob/bob.ip.qualitymeasure bob/bob.ip.qualitymeasure
bob/bob.pipelines bob/bob.pipelines
bob/bob.learn.tensorflow bob/bob.learn.tensorflow
bob/bob.bio.base bob/bob.bio.base
bob/bob.bio.gmm bob/bob.bio.gmm
bob/bob.bio.face bob/bob.bio.face
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment