pydsgz / DeepVOG

Pupil segmentation and gaze estimation using fully convolutional neural networks
GNU General Public License v3.0
153 stars 68 forks source link

wrong unit? #26

Open dmardanbeigi opened 6 months ago

dmardanbeigi commented 6 months ago

I just downloaded the code and tested the fit on the demo video included in the repo and I get the following eye model { "eye_centre": [ [ -189.91085622309689 ], [ 129.4567167957034 ], [ 3333.3333333333335 ] ], "aver_eye_radius": 1286.1201062769812 } Shouldn't the units be in mm? Do these numbers make sense? Also I was expecting the algorithm to estimate the depth (z) of the eye center but it always reports the given initial z value. Is that correct?