luoyetx / deep-landmark

Predict facial landmarks with Deep CNNs powered by Caffe.
BSD 3-Clause "New" or "Revised" License
282 stars 156 forks source link

flip() function #19

Closed saikrishna-1996 closed 8 years ago

saikrishna-1996 commented 8 years ago

where is the flip() function defined? It is giving me the error: " face_flipped, landmark_flipped = flip(f_face, landmarkGt) NameError: global name 'flip' is not defined " am I missing something?

thank you! saikrishna

luoyetx commented 8 years ago

https://github.com/luoyetx/deep-landmark/blob/master/dataset/utils.py#L38