GazeML icon indicating copy to clipboard operation
GazeML copied to clipboard

can_use_eye, can_use_eyelid and can_use_iris in elg_demo.py are False

Open michealyu opened this issue 3 years ago • 1 comments

We found that all of these 3 parameters are False so that eye iris, eyeball center and gaze could not be found. Can someone give some suggestions? Thanks a lot!!!!!

michealyu avatar Dec 25 '20 05:12 michealyu

Because the confidence are not good enough to be beyond in certain limit, you can set all of them are True to show the prediction results. However, the results may not be as good as expected. Firstly, you should make sure that the model has been loaded properly. Secondly, if you done with first one, but still get the same situation. You can lower down the lower limit for eye iris, eyeball and gaze. Lastly, this model meet some tough cases, you can retrain the model or just try another sample.

keishatsai avatar Mar 17 '21 07:03 keishatsai