AIInAi / tf-insightface

A better tensorflow implementation of deepinsight, aiming at smoothly production ready for cross-platforms. Currently only with inference, training code later.
MIT License
212 stars 61 forks source link

Issue on cropping Images ? #10

Open linggom opened 6 years ago

linggom commented 6 years ago

Guys, I found today that _face_area = frame[x1:x2, y1:y2, :] it should be _face_area = frame[y1:y2, x1:x2, :]

in file face_track_server.py because when I dump the image file, it will not created face