Skip to content
Snippets Groups Projects
Select Git revision
  • mfcc-kaldi
  • master default protected
  • develop protected
  • torchaudio_proc
  • fix/conda-test
  • pytorch-embeddings
  • add-plda
  • leaderboard
  • fix-entry-points
  • fix-speechbrain-import
  • augmentation
  • add_nistsre12_db_
  • amicorpus
  • asvspoof2017
  • 19-timit-database-interface-is-not-tested-and-does-not-work
  • v5.0.1
  • v5.0.0
  • v4.1.0
  • v4.0.2
  • v4.0.1
  • v4.0.0
  • v3.2.6
  • v3.2.5
  • v3.2.4
  • v3.2.3
  • v3.2.2
  • v3.2.1
  • v3.2.0
  • v3.1.1
  • v3.1.0
  • v3.0.5
  • v3.0.4
  • v3.0.3
  • v3.0.2
  • v3.0.1
35 results

develop.cfg

Blame
  • develop.cfg 1.18 KiB
    ; vim: set fileencoding=utf-8 :
    ; Elie Khoury <Elie.Khoury@idiap.ch>
    ; Thu 11 Jun 18:07:26 CEST 2015
    
    [buildout]
    parts = scripts
    eggs = bob.bio.spear
            bob.db.asvspoof
            bob.db.avspoof
            bob.db.voicepa
            bob.db.asvspoof2017
           gridtk
    
    extensions = bob.buildout
                 mr.developer
    auto-checkout = *
    develop = src/bob.ap
              src/bob.db.base
              src/bob.bio.base
              src/bob.db.asvspoof
              src/bob.db.avspoof
              src/bob.db.voicepa
              src/bob.db.mobio
              src/bob.db.asvspoof2017
              .
    
    ; options for bob.buildout
    debug = false
    verbose = true
    newest = false
    
    [sources]
    bob.ap = git git@gitlab.idiap.ch:bob/bob.ap.git
    bob.db.base = git git@gitlab.idiap.ch:bob/bob.db.base.git
    bob.bio.base = git git@gitlab.idiap.ch:bob/bob.bio.base.git
    bob.db.avspoof = git git@gitlab.idiap.ch:bob/bob.db.avspoof.git
    bob.db.asvspoof = git git@gitlab.idiap.ch:bob/bob.db.asvspoof.git
    bob.db.voicepa = git git@gitlab.idiap.ch:bob/bob.db.voicepa.git
    bob.db.mobio = git git@gitlab.idiap.ch:bob/bob.db.mobio.git
    bob.db.asvspoof2017 = git git@gitlab.idiap.ch:bob/bob.db.asvspoof2017.git
    
    [scripts]
    recipe = bob.buildout:scripts
    dependent-scripts = true