Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.bio.face
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
Package Registry
Model registry
Operate
Environments
Terraform modules
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
bob.bio.face
Commits
95c20439
Commit
95c20439
authored
9 years ago
by
Manuel Günther
Browse files
Options
Downloads
Patches
Plain Diff
Removed develop.cfg
parent
f8f0e308
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildout.cfg
+66
-4
66 additions, 4 deletions
buildout.cfg
develop.cfg
+0
-101
0 additions, 101 deletions
develop.cfg
with
66 additions
and
105 deletions
buildout.cfg
+
66
−
4
View file @
95c20439
...
@@ -20,19 +20,81 @@ eggs = bob.bio.face
...
@@ -20,19 +20,81 @@ eggs = bob.bio.face
extensions
=
bob.buildout
extensions
=
bob.buildout
mr.developer
mr.developer
auto-checkout
=
*
auto-checkout
=
*
develop
=
src/bob.bio.base
develop
=
src/bob.extension
src/bob.blitz
src/bob.core
src/bob.io.base
src/bob.io.image
src/bob.learn.activation
src/bob.math
src/bob.learn.linear
src/bob.sp
src/bob.ip.base
src/bob.ip.color
src/bob.ip.draw
src/bob.ip.gabor
src/bob.learn.em
src/bob.measure
src/bob.db.base
src/bob.db.verification.utils
src/bob.db.verification.filelist
src/bob.db.atnt
src/bob.bio.base
src/bob.learn.boosting
src/bob.ip.facedetect
src/bob.ip.flandmark
src/bob.db.arface
src/bob.db.banca
src/bob.db.caspeal
src/bob.db.frgc
src/bob.db.frgc
src/bob.db.gbu
src/bob.db.lfw
src/bob.db.mobio
src/bob.db.multipie
src/bob.db.scface
src/bob.db.xm2vts
.
.
; options for bob.buildout
; options for bob.buildout
debug
=
fals
e
debug
=
tru
e
verbose
=
true
verbose
=
true
newest
=
false
newest
=
false
[sources]
[sources]
bob.extension
=
git https://github.com/bioidiap/bob.extension
bob.blitz
=
git https://github.com/bioidiap/bob.blitz
bob.core
=
git https://github.com/bioidiap/bob.core
bob.io.base
=
git https://github.com/bioidiap/bob.io.base
bob.io.image
=
git https://github.com/bioidiap/bob.io.image
bob.learn.activation
=
git https://github.com/bioidiap/bob.learn.activation
bob.math
=
git https://github.com/bioidiap/bob.math
bob.sp
=
git https://github.com/bioidiap/bob.sp
bob.ip.base
=
git https://github.com/bioidiap/bob.ip.base
bob.ip.color
=
git https://github.com/bioidiap/bob.ip.color
bob.ip.draw
=
git https://github.com/bioidiap/bob.ip.draw
bob.ip.gabor
=
git https://github.com/bioidiap/bob.ip.gabor
bob.learn.linear
=
git https://github.com/bioidiap/bob.learn.linear
bob.learn.em
=
git https://github.com/bioidiap/bob.learn.em
bob.measure
=
git https://github.com/bioidiap/bob.measure
bob.db.base
=
git https://github.com/bioidiap/bob.db.base
bob.db.verification.utils
=
git https://github.com/bioidiap/bob.db.verification.utils
bob.db.verification.filelist
=
git https://github.com/bioidiap/bob.db.verification.filelist
bob.db.atnt
=
git https://github.com/bioidiap/bob.db.atnt
bob.bio.base
=
git https://github.com/bioidiap/bob.bio.base
bob.bio.base
=
git https://github.com/bioidiap/bob.bio.base
bob.db.frgc
=
git https://github.com/bioidiap/bob.db.frgc
bob.learn.boosting
=
git https://github.com/bioidiap/bob.learn.boosting
bob.ip.facedetect
=
git https://github.com/bioidiap/bob.ip.facedetect
bob.ip.flandmark
=
git https://github.com/bioidiap/bob.ip.flandmark
bob.db.arface
=
git https://github.com/bioidiap/bob.db.arface
bob.db.banca
=
git https://github.com/bioidiap/bob.db.banca
bob.db.caspeal
=
git https://github.com/bioidiap/bob.db.caspeal
bob.db.frgc
=
git https://github.com/bioidiap/bob.db.frgc
bob.db.gbu
=
git https://github.com/bioidiap/bob.db.gbu
bob.db.lfw
=
git https://github.com/bioidiap/bob.db.lfw
bob.db.mobio
=
git https://github.com/bioidiap/bob.db.mobio
bob.db.multipie
=
git https://github.com/bioidiap/bob.db.multipie
bob.db.scface
=
git https://github.com/bioidiap/bob.db.scface
bob.db.xm2vts
=
git https://github.com/bioidiap/bob.db.xm2vts
[scripts]
[scripts]
recipe
=
bob.buildout:scripts
recipe
=
bob.buildout:scripts
...
...
This diff is collapsed.
Click to expand it.
develop.cfg
deleted
100644 → 0
+
0
−
101
View file @
f8f0e308
; vim: set fileencoding=utf-8 :
; Manuel Guenther <manuel.guenther@idiap.ch>
; Thu Oct 9 16:51:06 CEST 2014
[buildout]
parts
=
scripts
eggs
=
bob.bio.face
bob.db.arface
bob.db.banca
bob.db.caspeal
bob.db.frgc
bob.db.gbu
bob.db.lfw
bob.db.mobio
bob.db.multipie
bob.db.scface
bob.db.xm2vts
gridtk
extensions
=
bob.buildout
mr.developer
auto-checkout
=
*
develop
=
src/bob.extension
src/bob.blitz
src/bob.core
src/bob.io.base
src/bob.io.image
src/bob.learn.activation
src/bob.math
src/bob.learn.linear
src/bob.sp
src/bob.ip.base
src/bob.ip.color
src/bob.ip.draw
src/bob.ip.gabor
src/bob.learn.em
src/bob.measure
src/bob.db.base
src/bob.db.verification.utils
src/bob.db.verification.filelist
src/bob.db.atnt
src/bob.bio.base
src/bob.learn.boosting
src/bob.ip.facedetect
src/bob.ip.flandmark
src/bob.db.arface
src/bob.db.banca
src/bob.db.caspeal
src/bob.db.frgc
src/bob.db.gbu
src/bob.db.lfw
src/bob.db.mobio
src/bob.db.multipie
src/bob.db.scface
src/bob.db.xm2vts
.
; options for bob.buildout
debug
=
true
verbose
=
true
newest
=
false
[sources]
bob.extension
=
git https://github.com/bioidiap/bob.extension
bob.blitz
=
git https://github.com/bioidiap/bob.blitz
bob.core
=
git https://github.com/bioidiap/bob.core
bob.io.base
=
git https://github.com/bioidiap/bob.io.base
bob.io.image
=
git https://github.com/bioidiap/bob.io.image
bob.learn.activation
=
git https://github.com/bioidiap/bob.learn.activation
bob.math
=
git https://github.com/bioidiap/bob.math
bob.sp
=
git https://github.com/bioidiap/bob.sp
bob.ip.base
=
git https://github.com/bioidiap/bob.ip.base
bob.ip.color
=
git https://github.com/bioidiap/bob.ip.color
bob.ip.draw
=
git https://github.com/bioidiap/bob.ip.draw
bob.ip.gabor
=
git https://github.com/bioidiap/bob.ip.gabor
bob.learn.linear
=
git https://github.com/bioidiap/bob.learn.linear
bob.learn.em
=
git https://github.com/bioidiap/bob.learn.em
bob.measure
=
git https://github.com/bioidiap/bob.measure
bob.db.base
=
git https://github.com/bioidiap/bob.db.base
bob.db.verification.utils
=
git https://github.com/bioidiap/bob.db.verification.utils
bob.db.verification.filelist
=
git https://github.com/bioidiap/bob.db.verification.filelist
bob.db.atnt
=
git https://github.com/bioidiap/bob.db.atnt
bob.bio.base
=
git https://github.com/bioidiap/bob.bio.base
bob.learn.boosting
=
git https://github.com/bioidiap/bob.learn.boosting
bob.ip.facedetect
=
git https://github.com/bioidiap/bob.ip.facedetect
bob.ip.flandmark
=
git https://github.com/bioidiap/bob.ip.flandmark
bob.db.arface
=
git https://github.com/bioidiap/bob.db.arface
bob.db.banca
=
git https://github.com/bioidiap/bob.db.banca
bob.db.caspeal
=
git https://github.com/bioidiap/bob.db.caspeal
bob.db.frgc
=
git https://github.com/bioidiap/bob.db.frgc
bob.db.gbu
=
git https://github.com/bioidiap/bob.db.gbu
bob.db.lfw
=
git https://github.com/bioidiap/bob.db.lfw
bob.db.mobio
=
git https://github.com/bioidiap/bob.db.mobio
bob.db.multipie
=
git https://github.com/bioidiap/bob.db.multipie
bob.db.scface
=
git https://github.com/bioidiap/bob.db.scface
bob.db.xm2vts
=
git https://github.com/bioidiap/bob.db.xm2vts
[scripts]
recipe
=
bob.buildout:scripts
dependent-scripts
=
true
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