Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 694 Bytes

readme.md

File metadata and controls

15 lines (12 loc) · 694 Bytes

GazeAnalysis Browser Project

The browser that can predict where is the user gaze area in smart phone's screen.

Requirement for installing

this application require IOS 11(iphone 5s or above) because It's use apple CoreML for running prediction model.

To-Do for project

  • take Image && feed to Model smootly
  • convert model prediction point to screen point (Currently Working on)
  • add calibrate function
  • Embed WebView to App

Current Status

Working on Prediction model from GazeCapture Model to make this model run on Application By using new Apple CoreML convert caffe model to CoreML Model and run in the application