Ahmednull / L2CS-Net

The official PyTorch implementation of L2CS-Net for gaze estimation and tracking
MIT License
343 stars 81 forks source link

Find error from readme #28

Open gustn6591 opened 11 months ago

gustn6591 commented 11 months ago

The command to run demo.py is 'python demo.py --snapshot models/L2CSNet_gaze360.pkl --device 0 --cam 0' It was. Also, the data_modified function does not exist in line 71 of the utils folder.

After changing the two errors, demo.py can be run. Did I take the right approach?