GazeML
GazeML copied to clipboard
Gaze Estimation using Deep Learning, a Tensorflow-based framework.
Hi, I wonder that did anyone get the same problem as I have right now. The training code works fine at the beginning, but it is stuck after saving the...
We can train on one unityeyes dataset with the `elg_train.py` How to evaluate on another unityeyes dataset? Given another dataset and checkpoint model. Thank you!
I am trying to train this implementation in TX2. I made few modifications to webcam.py as below. cv2 recognizes the frames, I tested it out. class WebcamTX2(FramesSource): """Webcam frame grabbing...
OS: Lubuntu 18.04 Python: 3.6.7 Tensorflow: 1.13.1 I am running this inside a virtual environment python = python3. from inside src as instructed ran python elg_demo.py This is the output...
When I input '' bash get_trained_weights.bash '' I get ''https://ait.ethz.ch/projects/2018/landmarks-gaze/downloads/ELG_i180x108_f60x36_n64_m3.zip: 2024-05-01 00:46:55 ERROR 404: Not Found. unzip: cannot find or open ELG_i180x108_f60x36_n64_m3.zip, ELG_i180x108_f60x36_n64_m3.zip.zip or ELG_i180x108_f60x36_n64_m3.zip.ZIP.'' It seems that the url...