Skip to content
Snippets Groups Projects
Commit 648515a9 authored by Ketan Kotwal's avatar Ketan Kotwal
Browse files

modified mlfp conversion

parent 9b3c774e
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ import scipy.io as spio ...@@ -9,6 +9,7 @@ import scipy.io as spio
import os, sys import os, sys
from bob.bio.video import FrameContainer from bob.bio.video import FrameContainer
from bob.io.base import create_directories_safe, HDF5File from bob.io.base import create_directories_safe, HDF5File
import numpy as np
frames_per_video = 20 frames_per_video = 20
......
...@@ -14,6 +14,10 @@ verbose = true ...@@ -14,6 +14,10 @@ verbose = true
develop = . develop = .
eggs = bob.paper.nir_patch_pooling eggs = bob.paper.nir_patch_pooling
bob.db.batl
[sources]
bob.db.batl = git git@gitlab.idiap.ch:bob/bob.db.batl rev=5fecee9158832516c560d000a71ae7272d640506
[scripts] [scripts]
recipe = bob.buildout:scripts recipe = bob.buildout:scripts
......
...@@ -17,17 +17,16 @@ dependencies: ...@@ -17,17 +17,16 @@ dependencies:
- bob.bio.video - bob.bio.video
- bob.blitz - bob.blitz
- bob.core=2.2.1 - bob.core=2.2.1
- bob.db.base=3.0.1 - bob.db.base
- bob.extension - bob.extension
- bob.io.base - bob.io.base
- bob.io.image - bob.io.image
- bob.io.video - bob.io.video
- bob.ip.dlib=1.0.5 - bob.ip.dlib
- bob.ip.facedetect=2.1.6 - bob.ip.facedetect
- bob.ip.facelandmarks=1.0.6 - bob.ip.facelandmarks
- bob.ip.flandmark=2.1.8 - bob.ip.flandmark
- bob.ip.mtcnn - bob.ip.mtcnn
- bob.learn.libsvm
- bob.learn.linear - bob.learn.linear
- bob.math - bob.math
- bob.measure - bob.measure
......
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