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

There are some problems when I'm making dense_flow on windows #22

Closed Andantino97 closed 4 years ago

Andantino97 commented 4 years ago

Hi, I tried to implement this repo but at the first step I was stuck : ( My system is Win10 and I used the cmake-gui to make the dense_flow, after fixed endless errors when I'm making, I finally can generate, but get a .sln and many other files for visual studio. So I opened my visual studio2019 to continue to build.I clicked the "rebuild" at "ALL_BUILD" but there are hundreds of errors and warnings. It is painful for me to face such problems because I just spent one whole day to use cmake to generate, and now more problems appeared. So I began to wonder if this can be implemented on Windows platform? Thank you : )

Andantino97 commented 4 years ago

Problems have been solved. Thankyou very much!