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

Missing data for rec_079 which has samples in the test category #7

Closed RSKothari closed 4 years ago

RSKothari commented 4 years ago

loc = (metadata['split'] == 2) & (metadata['recordings'][metadata['recording']] == 'rec_079') print(np.sum(loc))

It tells me that there are 733 images in test.

recasens commented 4 years ago

Hi!

Can you try again to download the dataset? I just double checked and images for rec_79 are in the dataset package that you can download from the website.

Best wishes,

RSKothari commented 4 years ago

Hi thanks for getting back to me. Downloading in progress! Although the speed is quite low. I'll let you know if I have any more issues. Closing this for now.