brownhci / WebGazer

WebGazer.js: Scalable Webcam EyeTracking Using User Interactions
https://webgazer.cs.brown.edu
Other
3.54k stars 536 forks source link

Error fetching tensorflow models #341

Closed OtavioasCosta closed 6 months ago

OtavioasCosta commented 7 months ago

Hello,

I am using WebGazer in my project, but I am encountering the following error.

image

This error is also happening in the WebGazer demo => https://webgazer.cs.brown.edu/calibration.html?

Could you assist me with this error?

jeffhuang commented 7 months ago

Looks like something is going on with retrieving the model. Same issue as https://github.com/brownhci/WebGazer/issues/342 I'll look into it soon

jeffhuang commented 7 months ago

Also related to https://github.com/brownhci/WebGazer/issues/248 as there is an online dependency in the new tensorflow model

jeffhuang commented 7 months ago

I think this is now resolved on the server side? I'd still like to do a permanent solution by using offline models, but please follow up if there is still an issue.

OtavioasCosta commented 6 months ago

Thanks, it works again.