jspsych / eyetracking

MIT License
4 stars 0 forks source link

Study of optimization, Us vs Demo #22

Closed jadeddelta closed 2 years ago

jadeddelta commented 2 years ago

Looking at how and why the version provided by the folks at tfjs have a much cleaner and easier running version of the demo with mapping iris detection onto a face compared to our version.

Initially looks like to be a problem with our runtime: 'tfjs', and how the demo can switch to mediapipe (a much quicker solution). The problem is that having mediapipe as a runtime throws an error at the moment, because tfjs is the only valid runtime in MediaPipeFaceMeshTfjsModelConfig.

jadeddelta commented 2 years ago

Realized this is duplicate of #20