Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.face
Commits
af1acd6c
Commit
af1acd6c
authored
Oct 13, 2020
by
Tiago de Freitas Pereira
Browse files
Renamed the resources to use dash instead of under score
parent
03206735
Pipeline
#44123
failed with stage
in 7 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
af1acd6c
...
...
@@ -136,31 +136,66 @@ setup(
],
'bob.bio.transformer'
:[
'facenet
_
sanderberg = bob.bio.face.config.baseline.facenet_sanderberg:transformer'
,
'inception
_
resnetv1
_
casiawebface = bob.bio.face.config.baseline.inception_resnetv1_casiawebface:transformer'
,
'inception
_
resnetv2
_
casiawebface = bob.bio.face.config.baseline.inception_resnetv2_casiawebface:transformer'
,
'inception
_
resnetv1
_
msceleb = bob.bio.face.config.baseline.inception_resnetv1_msceleb:transformer'
,
'inception
_
resnetv2
_
msceleb = bob.bio.face.config.baseline.inception_resnetv2_msceleb:transformer'
,
'arcface
_
insight
_
tf = bob.bio.face.config.baseline.arcface_insight_tf:transformer'
,
'gabor
_
graph = bob.bio.face.config.baseline.gabor_graph:transformer'
,
'facenet
-
sanderberg = bob.bio.face.config.baseline.facenet_sanderberg:transformer'
,
'inception
-
resnetv1
-
casiawebface = bob.bio.face.config.baseline.inception_resnetv1_casiawebface:transformer'
,
'inception
-
resnetv2
-
casiawebface = bob.bio.face.config.baseline.inception_resnetv2_casiawebface:transformer'
,
'inception
-
resnetv1
-
msceleb = bob.bio.face.config.baseline.inception_resnetv1_msceleb:transformer'
,
'inception
-
resnetv2
-
msceleb = bob.bio.face.config.baseline.inception_resnetv2_msceleb:transformer'
,
'arcface
-
insight
-
tf = bob.bio.face.config.baseline.arcface_insight_tf:transformer'
,
'gabor
-
graph = bob.bio.face.config.baseline.gabor_graph:transformer'
,
'lgbphs = bob.bio.face.config.baseline.lgbphs:transformer'
,
'dummy = bob.bio.face.config.baseline.dummy:transformer'
,
],
#baselines
'bob.bio.pipeline'
:[
'facenet
_
sanderberg = bob.bio.face.config.baseline.facenet_sanderberg:pipeline'
,
'inception
_
resnetv1
_
casiawebface = bob.bio.face.config.baseline.inception_resnetv1_casiawebface:pipeline'
,
'inception
_
resnetv2
_
casiawebface = bob.bio.face.config.baseline.inception_resnetv2_casiawebface:pipeline'
,
'inception
_
resnetv1
_
msceleb = bob.bio.face.config.baseline.inception_resnetv1_msceleb:pipeline'
,
'inception
_
resnetv2
_
msceleb = bob.bio.face.config.baseline.inception_resnetv2_msceleb:pipeline'
,
'facenet
-
sanderberg = bob.bio.face.config.baseline.facenet_sanderberg:pipeline'
,
'inception
-
resnetv1
-
casiawebface = bob.bio.face.config.baseline.inception_resnetv1_casiawebface:pipeline'
,
'inception
-
resnetv2
-
casiawebface = bob.bio.face.config.baseline.inception_resnetv2_casiawebface:pipeline'
,
'inception
-
resnetv1
-
msceleb = bob.bio.face.config.baseline.inception_resnetv1_msceleb:pipeline'
,
'inception
-
resnetv2
-
msceleb = bob.bio.face.config.baseline.inception_resnetv2_msceleb:pipeline'
,
'gabor_graph = bob.bio.face.config.baseline.gabor_graph:pipeline'
,
'arcface
_
insight
_
tf = bob.bio.face.config.baseline.arcface_insight_tf:pipeline'
,
'arcface
-
insight
-
tf = bob.bio.face.config.baseline.arcface_insight_tf:pipeline'
,
'lgbphs = bob.bio.face.config.baseline.lgbphs:pipeline'
,
'lda = bob.bio.face.config.baseline.lda:pipeline'
,
'dummy = bob.bio.face.config.baseline.dummy:pipeline'
,
],
'bob.bio.config'
:
[
'facenet-sanderberg = bob.bio.face.config.baseline.facenet_sanderberg'
,
'inception-resnetv1-casiawebface = bob.bio.face.config.baseline.inception_resnetv1_casiawebface'
,
'inception-resnetv2-casiawebface = bob.bio.face.config.baseline.inception_resnetv2_casiawebface'
,
'inception-resnetv1-msceleb = bob.bio.face.config.baseline.inception_resnetv1_msceleb'
,
'inception-resnetv2-msceleb = bob.bio.face.config.baseline.inception_resnetv2_msceleb'
,
'gabor_graph = bob.bio.face.config.baseline.gabor_graph'
,
'arcface-insight-tf = bob.bio.face.config.baseline.arcface_insight_tf'
,
'lgbphs = bob.bio.face.config.baseline.lgbphs'
,
'lda = bob.bio.face.config.baseline.lda'
,
'arface = bob.bio.face.config.database.arface'
,
'atnt = bob.bio.face.config.database.atnt'
,
'gbu = bob.bio.face.config.database.gbu'
,
'ijbc-11 = bob.bio.face.config.database.ijbc'
,
'lfw-restricted = bob.bio.face.config.database.lfw_restricted'
,
'lfw-unrestricted = bob.bio.face.config.database.lfw_unrestricted'
,
'mobio-male = bob.bio.face.config.database.mobio_male'
,
'mobio-all = bob.bio.face.config.database.mobio_all'
,
'msu-mfsd-mod-licit = bob.bio.face.config.database.msu_mfsd_mod'
,
'msu-mfsd-mod-spoof = bob.bio.face.config.database.msu_mfsd_mod'
,
'multipie = bob.bio.face.config.database.multipie'
,
'multipie-pose = bob.bio.face.config.database.multipie_pose'
,
'replay-img-licit = bob.bio.face.config.database.replay'
,
'replay-img-spoof = bob.bio.face.config.database.replay'
,
'replaymobile-img-licit = bob.bio.face.config.database.replaymobile'
,
'replaymobile-img-spoof = bob.bio.face.config.database.replaymobile'
,
'fargo = bob.bio.face.config.database.fargo'
,
],
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment