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

Where are Gt^s and Gt^a saved? #17

Closed kazucmpt closed 5 years ago

kazucmpt commented 5 years ago

I want to know where Gt^s and Gt^a will be saved.

I think Gt^a will be saved in ../new_feat. And predicted gaze image will be generated in ../new_pred.

Where can we find Saliency map Gt^a?

hyf015 commented 5 years ago

Gt^a is not saved in this code. You can write your own code for saving it.

kazucmpt commented 5 years ago

So, Gt^s will be saved in ../new_feat and predicted gaze image will be generated in ../new_pred. Is it correct?

hyf015 commented 5 years ago

Oh, sorry I was wrong. Gt^a is in ../new_feat, and Gt^s is in ../new_pred.

kazucmpt commented 5 years ago

Thank you. So, predicted gaze image will not be saved in your program, right?

hyf015 commented 5 years ago

The final result of LF is not saved.

kazucmpt commented 5 years ago

I see. Thank you.