hugochan / Eye-Tracker

Implemented and improved the iTracker model proposed in the paper "Eye Tracking for Everyone"
BSD 3-Clause "New" or "Revised" License
232 stars 52 forks source link

How i can train the dataset #17

Closed zeyadyemeni closed 3 years ago

zeyadyemeni commented 4 years ago

I am trying to run this in cmd but there is an error

python itracker_adv.py --train -i input_data -sm saved_model

how I can give the path of the dataset

def load_data(file): npzfile = np.load(file)

thank you

hugochan commented 4 years ago

I am trying to run this in cmd but there is an error

python itracker_adv.py --train -i input_data -sm saved_model

how I can give the path of the dataset

def load_data(file): npzfile = np.load(file)

thank you

Thank you for your interest to the work! You can find the link to the dataset following the FQA section in the README page.