xucong-zhang / ETH-XGaze

Official implementation of ETH-XGaze dataset baseline
185 stars 33 forks source link

ModuleNotFoundError: No module named 'imutils' #5

Closed xjcvip007 closed 3 years ago

xjcvip007 commented 3 years ago

when I running demo.py, it occur a error "ModuleNotFoundError: No module named 'imutils'". Maybe you miss a imutils.py in project.

xucong-zhang commented 3 years ago

Hi, you have to install the imutils package: https://pypi.org/project/imutils/ It is also listed in the "requirment.txt" file