BolinLai / GLC

[BMVC2022, IJCV2023, Best Student Paper, Spotlight] Official codes for the paper "In the Eye of Transformer: Global-Local Correlation for Egocentric Gaze Estimation".
20 stars 3 forks source link

Visualize the predicted gaze in the video clip #2

Closed yuhufeng closed 1 year ago

yuhufeng commented 1 year ago

Hello, this article I think is very novel to introduce the Global-Local Correlation. But when I wanted to integrate it into my own work, I encountered the problem of finding the result of the estimated gaze data and visualizing it. Is there a function for the qualitative evaluation to visualize the predicted gaze? Thank you very much!

BolinLai commented 1 year ago

The output of the model is a heatmap. You can resize it to match the size of input and overlay it on the input image.