erkil1452 / gaze360

Code for the Gaze360: Physically Unconstrained Gaze Estimation in the Wild Dataset
http://gaze360.csail.mit.edu
Other
225 stars 42 forks source link

Python 2 is deprecated in Colab. #17

Closed ruofei7 closed 3 years ago

ruofei7 commented 3 years ago

@erkil1452 Python2 has been deprecated by Colab, so the demo code cannot be run on Google Colab notebook. Is there any other way to deal with it?

erkil1452 commented 3 years ago

I am not really familiar with Colab (the demo was done by my co-author) but the original code runs in python3. Hence, I imagine it cannot be very hard to modify the Colab code to run in python3 as well. In the worst case, you should be able to copy out the scripts and just run it locally.