xucong-zhang / ETH-XGaze

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

minor change for cv2->dlib image input #22

Closed ShreshthSaxena closed 1 year ago

ShreshthSaxena commented 2 years ago

line 105: cv2 image needs to be converted to RGB before feeding to dlib face detector model.