GazeML
GazeML copied to clipboard
Single Image processing
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 You can try to write a new data source from one image. But you need to take care of gaze_history
stuff.
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