GazeML
GazeML copied to clipboard
Gaze Estimation using Deep Learning, a Tensorflow-based framework.
Greetings, I have created this PR merely to present the changes necessary to be able to use the pre-trained ELG model in TensorRT code. I also added some details to...
Hi, I get that the gaze vector accuracy is wayyy off, like if i'm looking straight to the middle it shows one eye to the left and the other one...
Hi all. I have spent quite some time reading and using this awesome code. Converting the model to .onnx and .engine wasn't too easy so I share how I did...
Have anyone managed to fine-tune the model? I also wonder to use some of my own data to fine tune, but don't know what kind of annotation do I need...
Followed the steps Terminating app due to uncaught exception 'NSInternalInconsistencyException' stack trace: Parsing Inputs... 22/08 19:53 INFO ------------------------------ 22/08 19:53 INFO Approximate Model Statistics 22/08 19:53 INFO ------------------------------ 22/08 19:53...
a Nice work! i have 4 questions about the paper: 1.The original paper says that the author trained a SVR model from MPIIGaze datasite. How to do with that? Useing...
hi,I keep ckpt model and parameters to one pb file, then read the pb model file in a another code,but the wrong info below: ValueError: Input 0 of node hourglass/pre/BatchNorm/cond_1/AssignMovingAvg...
Hello, if I want to choice only one face, how to modify code?
`AttributeError: module 'tensorflow' has no attribute 'Session'` It looks like there have been breaking changes in the tensorflow API. While `python setup.py install` might not be the optimal way to...