guanghaoyin / RTCAN-1D

Pytorch code for our TOMM2022 paper "A Multimodal framework for large scale Emotion Recognition by Fusing Music and Electrodermal Activity Signals"
29 stars 5 forks source link

Where is the "value_all.csv" file #4

Open flyforwardFast opened 2 years ago

flyforwardFast commented 2 years ago

Dear Author,

I happened to read this paper and found very interesting. However, when I was trying to reproduce the result presented in the paper from the Git provided. It seems like cannot find "value_all.csv" file from data_loader_1D.py. It seems like a mapping between subject_id and label. I am not sure whether I have missed anything here.

Hopefully, you can shine some light on this.

Thanks.

guanghaoyin commented 2 years ago

I have upload value_all.csv in Google Cloud https://drive.google.com/file/d/1Jtz9kXug2pmVHBRWcP-DKgSL80FQmgid/view?usp=sharing, Thanks!

flyforwardFast commented 2 years ago

Thank you. How do we map the EDA raw data from PMEmo dataset to your value_all.csv? The index of EDA file starts from 1 to 1000 ( Ex: 1000_EDA.csv), assume 1000 is the subject ID. but in the value_all.csv, the Subject ID is in the format of 100XXX or 200XXX. How does this work? Is there a way that can reproduce the result easily? Thank you in advance.