hyf015 / egocentric-gaze-prediction

Code for the paper "Predicting Gaze in Egocentric Video by Learning Task-dependent Attention Transition"
62 stars 18 forks source link

Should we resize input files by ourselves? #11

Closed kazucmpt closed 5 years ago

kazucmpt commented 5 years ago

By running dataset_preprocessing.py, we can generate gazemap and it will be resized (224,224) in dataset_preprocessing.py.

But in dataset_preprocessing.py, input image files are not resized. Do we have to resize input image files by ourselves? or by running gaze_full.py, will input image files be resized (224,224) automatically?

hyf015 commented 5 years ago

Yes, it's better if you resize them.

kazucmpt commented 5 years ago

Thank you.