Changezi001

Results 8 comments of Changezi001

> Finally, I get the correct result. > You mentioned that you got the above problem because you had not computed the Action Units of each face correctly, so I...

Hi, can be solve this problem in the web app? Because I tried to increase the screen on time but I can only increase it for 5 mins

I am also facing the same problem, any suggestions to fix it?

I found that if you launch the app from your phone then it works continuously and does not stop sending data after few mins

I just took the [mosei.csv file](http://immortal.multicomp.cs.cmu.edu/timestamped_links/) and removed columns 1:5. But, before removing col 1:5, I changed column 0, i.e., id column, to FileName column by: column_0 + '_' +...

And in [moseiemo_dataset.py](https://github.com/zinengtang/TVLT/blob/main/model/data/datasets/moseiemo_dataset.py), line number 78, I changed it to emolist = np.array(self.labels[self.labels['FileName']==self.keys[index]].iloc[0, 1:] > 0.0), and that gives me boolean labels

I have the same problem, I am also waiting for the author to share the labels_emotion folder

I do not think that the BA folder is the labels_emotion folder. If it is then what do -1, -2, -3, 0, 1, 2, 3 correspond to? Because the CMU-MOSEI...