EVE
EVE copied to clipboard
Towards End-to-end Video-based Eye-tracking. ECCV 2020. https://ait.ethz.ch/eve
Hi, Can this code be used at inference time against in-the-wild mp4 that do not necessarily provide an accompanying H5? The more I work with this codebase, the more it...
File name parser can be made more robust to your own dataset files. Currently doesn't work for both webcam_l.mp4 and webcam_l_eyes.mp4 Please see below for filename and correction I made...
Hi, @swook . I use OpenCV to capture the frames, what borthers me is that I don't know how to attach a timestamp to each frame and ensure the interval...
Hi, @swook Thanks for your great job, but I have a question about how to get the 3D gaze origin(determined during data pre-processing). The paper said "_In pre-processing the EVEdataset,...
I have two questions. 1. how to use the pre-trained model? 2. how to run with self-captured data? Thanks!
I trained the eve model with eve data, ran eval_codalab.py and got pkl file as a result. I also ran eval_codalabl.py and got pkl file from the pretrained model weights(from...
Hi, EVE is an excellent work, and I benefit a lot from it. But I have a question about HDF file data filed --camera_transformation. I will appreciate it very much...
Did anyone train refinenet with multiple GPUs? I tried to use Dataparallel but seems like it doesn't work.
In paper, _For every participant, we determined a person-specific inter-ocular distance value by exploiting our knowledge of relative camera positions. This inter-ocular distance (defined as the Euclidean distance in millimeters...
Hi, I am interested in offset augmentation. Where is his implementation code? I can't find this operation