yakhyo / gaze-estimation

👀 | MobileGaze: Reat-Time Gaze Estimation models using ResNet 18/34/50, MobileNet v2 and MobileOne s0-s4 | In PyTorch >> ONNX
https://yakhyo.github.io/gaze-estimation/
MIT License
21 stars 5 forks source link

Pre-trained weghts not found #8

Closed Sadat75 closed 1 week ago

Sadat75 commented 1 week ago

Dear @yakhyo,

Thank you for the code. I was unable to download the pre-trained weights of mobileone_s2, mobileone_s3, mobileone_s4. Could you please provide the link to these weights?

Thank you.

yakhyo commented 1 week ago

Hi @Sadat75 , thank you for your interest.

Unfortunately, Due to limited computing resources I had, I could not train all of the models from mobileone family. I trained only mobileone_s0 version. However, you can easily train those models from scratch using this repo.

thank you

Sadat75 commented 1 week ago

Dear @yakhyo,

Thank you for the quick response. I will train the models. Thank you!