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

Which directory structure is correct?? #7

Closed kazucmpt closed 5 years ago

kazucmpt commented 5 years ago

We used dense flow to generate the input files. But we want to know which directory structure is correct.

A. gtea_imgflow/flow/Alireza_American/flow_x_00001.jpg,flow_x_00002.jpg,…,flow_y_00001.jpg,…

or

B. gtea_imgflow/Alireza_American/flow_x_00001.jpg,flow_x_00002.jpg,…,flow_y_00001.jpg,…

As far as I can see your code, B is correct. But as far as I can see your README.md, A is correct.

Thank you.

hyf015 commented 5 years ago

B is correct. As I said, the code for preprocessing is just for reference, don't be confused with it.

kazucmpt commented 5 years ago

Thank you for your modifying README.md.

zhangtongtong528 commented 5 years ago
      B is correct. As I said, the code for preprocessing is just for reference, don't be confused with it.

Please,Is the format of other data the same as that of optical streaming folders?