Skip to content
Snippets Groups Projects

[bob9] Rewired imports from bob.bio.* to bob.bio.*_legacy that are in bob.pad.base

Merged Tiago de Freitas Pereira requested to merge merge-bob.bio into master
All threads resolved!
5 files
+ 12
20
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
2
@@ -3,8 +3,8 @@ import scipy.signal
from bob.db.base import read_annotation_file
from bob.io.base import load
from bob.io.video import reader
from bob.bio.video.utils import FrameSelector
from bob.bio.video.database import VideoBioFile
from bob.bio.video_legacy.utils import FrameSelector
from bob.bio.video_legacy.database import VideoBioFile
import numpy as np
import subprocess
import tempfile
Loading