GazeML icon indicating copy to clipboard operation
GazeML copied to clipboard

Single Image processing

Open felixbeutter opened this issue 5 years ago • 2 comments

Hi! Is there a possibility to only get the theta and phi angles of every eye for only a single Image? I already tried to use and modify your demo but I can't handle the Video streams with only one Image. I need this as soon as possible for an important project. Thank you in advance.

felixbeutter avatar Aug 02 '19 09:08 felixbeutter

@felixbeutter You can try to write a new data source from one image. But you need to take care of gaze_history stuff.

WuZhuoran avatar Aug 02 '19 16:08 WuZhuoran

Hi again, thanks for the fast reply. I already tried this, but somehow it isn‘t working properly. What I need is some kind of method where I give an cv2 Mat and a face bounding box and it returns the angles where each eye is looking to. Can you maybe provide me a way how to implement this? Thanks in advance

felixbeutter avatar Aug 02 '19 17:08 felixbeutter