dose hailo support L2CS model?

Hi. I’m trying to make a eye tracker using rasp5 and hailo8.

now I’ve been trying to implement gaze detection and find out that L2CS model is good to use.

Is there any example hef like model zoo of l2cs model? or has anyone done same work like gaze detection?

thank you

Hi @Jaewon_Ahn,
I have took a quick test on the resnet18 model from this repo: MobileGaze: Pre-trained mobile nets for Gaze-Estimation | gaze-estimation

I was able to compile the model, didn’t check the accuracy/correctness though. Please let us know if you are able to make an app out of that!

thanks for sharing that repo. I complied the model(resnet18) to HEF and run in on hailo8. the output on hailo is a bit different compared to output running on the local computer.

I think it might be because of the architectures of computer and hailo are different.

and I have been using python example come from Hailo Application Code

since I’m using resnet18 model, Im not able to use that example code anymore. is there any example or reference pyhailort?