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

Colab notebook error Lucid #22

Closed gv237-07 closed 2 years ago

gv237-07 commented 3 years ago

Has anyone tried running the Colab Notebook please? I'm getting an error ModuleNotFoundError: No module named 'lucid' when trying to run import lucid.misc.io.showing as show. Thank you for your help

LinReseach commented 2 years ago

Yes,I recently encounter the problem.and I am very troubled for that. Have you solved this?

erkil1452 commented 2 years ago

Hi, the old version is not working anymore due to some dependencies.

Here is an updated colab: https://colab.research.google.com/drive/1SJbzd-gFTbiYjfZynIfrG044fWi6svbV?usp=sharing

There is still an issue with the lucid import in cell #28. It fails the first time it is called but if you rerun the cell it works fine.

LinReseach commented 2 years ago

Thank you very much,I tried the new demo,and it works well.

JohnPravin97 commented 1 year ago

I am trying to use the Notebook V2 and I am getting an error with "import lucid.misc.io.showing as show". I have the estimated 3d gaze values from a image and my aim is to visualize using the lucid and opengl for an image but could not able to achieve it. Can anybody help me? Can I get a code which takes the 3d gaze values and the image and plots the gaze arrow onto the image?