Skip to content
Snippets Groups Projects
Commit 1060d415 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add mlp trainer for watershed masker

parent eb0079a5
No related branches found
No related tags found
1 merge request!353DFV and multiple fixes
...@@ -30,12 +30,13 @@ develop = src/bob.extension ...@@ -30,12 +30,13 @@ develop = src/bob.extension
src/bob.db.fv3d src/bob.db.fv3d
src/bob.learn.activation src/bob.learn.activation
src/bob.learn.linear src/bob.learn.linear
src/bob.learn.mlp
src/bob.learn.em src/bob.learn.em
src/bob.bio.base src/bob.bio.base
. .
; options for bob.buildout ; options for bob.buildout
debug = true debug = false
verbose = true verbose = true
newest = false newest = false
...@@ -57,6 +58,7 @@ bob.db.putvein = git git@gitlab.idiap.ch:bob/bob.db.putvein ...@@ -57,6 +58,7 @@ bob.db.putvein = git git@gitlab.idiap.ch:bob/bob.db.putvein
bob.db.fv3d = git git@gitlab.idiap.ch:bob/bob.db.fv3d bob.db.fv3d = git git@gitlab.idiap.ch:bob/bob.db.fv3d
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.mlp = git git@gitlab.idiap.ch:bob/bob.learn.mlp
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.bio.base = git git@gitlab.idiap.ch:bob/bob.bio.base bob.bio.base = git git@gitlab.idiap.ch:bob/bob.bio.base
......
...@@ -52,6 +52,7 @@ setup( ...@@ -52,6 +52,7 @@ setup(
'compare_rois.py = bob.bio.vein.script.compare_rois:main', 'compare_rois.py = bob.bio.vein.script.compare_rois:main',
'view_sample.py = bob.bio.vein.script.view_sample:main', 'view_sample.py = bob.bio.vein.script.view_sample:main',
'blame.py = bob.bio.vein.script.blame:main', 'blame.py = bob.bio.vein.script.blame:main',
'markdet.py = bob.bio.vein.script.markdet:main',
] ]
}, },
......
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