Skip to content
Snippets Groups Projects
Select Git revision
  • 2b79cb3942052db0733dbfe6b17c152449d9c888
  • master default protected
  • updates
  • towards_tf2
  • amir
  • tf20
  • predict
  • speed-up
  • newlstm
  • integrate_structures
  • lstm
  • gan
  • oldmaster
  • v3.0.0
  • v2.0.0
  • v1.2.2b0
  • v1.2.1
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
  • 0.1.10
  • 0.1.9
  • 0.1.8
  • 0.1.7
  • 0.1.6
  • 0.1.5
  • 0.1.4
  • 0.1.3
33 results

version.txt

Blame
  • localbob.cfg 768 B
    ; vim: set fileencoding=utf-8 :
    ; Andre Anjos <andre.anjos@idiap.ch>
    ; Mon 16 Apr 08:29:18 2012 CEST
    
    ; Example buildout recipe using a local (off-root) Bob installation
    
    [buildout]
    parts = bob python
    develop = .
    extensions = mr.developer
    auto-checkout = *
    eggs = antispoofing.evaluation
           ipdb
    
    [sources]
    local.bob.recipe = git https://github.com/idiap/local.bob.recipe.git
    
    [bob]
    recipe = local.bob.recipe:config
    
    ; Set here the private installation directory for Bob
    ;install-directory = ../bob/build
    ;install-directory = /idiap/group/torch5spro/releases/bob-1.0.4/install/linux-x86_64-release
    install-directory = /idiap/group/torch5spro/nightlies/last/install/linux-x86_64-release
    
    [python]
    recipe = zc.recipe.egg
    interpreter = python
    eggs = ${buildout:eggs}