Skip to content
Snippets Groups Projects
Commit 55fbb966 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

Import six

parent a66e1f3c
No related branches found
No related tags found
1 merge request!60Change the API of yield_faces
Pipeline #
...@@ -6,6 +6,7 @@ from bob.ip.color import rgb_to_yuv, rgb_to_hsv ...@@ -6,6 +6,7 @@ from bob.ip.color import rgb_to_yuv, rgb_to_hsv
from bob.ip.facedetect import bounding_box_from_annotation from bob.ip.facedetect import bounding_box_from_annotation
from functools import partial from functools import partial
import numpy import numpy
import six
def frames(path): def frames(path):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment