horizon-research / edgaze

This is the official release for paper "Real-Time Gaze Tracking with Event-Driven Eye Segmentation"
GNU General Public License v3.0
45 stars 6 forks source link

gaze ground truth #6

Closed nerdwang closed 1 year ago

nerdwang commented 1 year ago

hi bro, your work is impressive! I have downloaded the dataset you provided but can't find gaze ground truth. where can i find it? thanks!

YuFengUofR commented 1 year ago

The gaze ground truth can be generated by running eye tracking pipeline with flag "--mode gt". You need to feed the ground truth eye segmentation results to the pipeline.

nerdwang commented 1 year ago

Thanks for reply! I noticed flag "mode" in readme.md before. In readme.md, it says that "mode: we provide two modes. org is the reference baseline without ROI prediction and processing, filter enables ROI-based prediction and inference." So, if i am not wrong, there are actually three modes or something?

YuFengUofR commented 1 year ago

yes, there is third mode "gt", but it is just used to generated ground truth gaze

nerdwang commented 1 year ago

Hi bro! I choose mode gt when running the command "python main.py" but my console throws an error which is like "[ERROR]: '--mode' only support 'org' and 'filter'." Is there something wrong?

YuFengUofR commented 1 year ago

OK, one thing you can do is to comment that line and maybe you need to modify the code logic a little to allow the current code take ground truth input. But it shouldn't be too hard.

nerdwang commented 1 year ago

Thanks for your help, Yu Feng! You are right, it's esay. Your code is so clear and well-organized that I only needed to change one line to generate gt. Thanks for your kindness again. Have a wonderful day, bro!