-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot run the IEMOCAP dataset on windows #3
Comments
Hello, ./IEMOCAP/
├── Session1
│ ├── dialog
│ │ └── EmoEvaluation
│ └── sentences
│ └── wav
├── Session2
│ ├── dialog
│ │ └── EmoEvaluation
│ └── sentences
│ └── wav
├── Session3
│ ├── dialog
│ │ └── EmoEvaluation
│ └── sentences
│ └── wav
├── Session4
│ ├── dialog
│ │ └── EmoEvaluation
│ └── sentences
│ └── wav
└── Session5
├── dialog
│ └── EmoEvaluation
└── sentences
└── wav |
Hello @AryaAftab, |
you're welcome @nijaaouikhalil, |
Don't mention it @nijaaouikhalil, |
can you elaborate what should be the label , the filename and wavename at that stage ( I am not sure why you remove the last 5 characters) also what should the regex match ? my understanding is that it should match the first occurrence of the wave filename (Ses01F_impro01) so we don't care about the (_F000) part . |
Assume you have a wav with Ses01F_impro01_F001.wav name: wavename = filename[:-4] ---> Output: Ses01F_impro01_F001 Our label format is : label_format = 'Session{}/dialog/EmoEvaluation/{}.txt' In line 33, you separate session numbers and txt filename: wavename[4] ---> Output: 1
wavename[:-5] ---> Output: Ses01F_impro01
label = label_format.format(wavename[4], wavename[:-5]) ---> Output: 'Session1/dialog/EmoEvaluation/Ses01F_impro01.txt' In the end, you find Ses01F_impro01_F001 in your text and extract your label(in this example: neu) |
Thanks a lot @AryaAftab I fixed it, turns out the issue was that I didn't delete the wave files inside the dialog folder and didn't escape them when reading the filenames. |
Think nothing of it @nijaaouikhalil, |
Hi @STU-ECHO, |
@AryaAftab |
Hi @He-jia-wen |
@He-jia-wen |
hey tanks for great job my tensor version is tensorflow 2.4.0rc0 |
Seems like its the IEMOCAP‘s directory have to be same with author's ,"https://github.com/AryaAftab/LIGHT-SERNET/issues/3#issuecomment-1132817523",those are my Memory fragments,try weather if it works |
hey,I'm so excited that you can reply me.Iam Chinese but my English is poor.I am try to solve the problem,can I have you wechat . I wanna discuss technology. My Wechat number is CM995958609 |
i fix it。is a fool question,thanks you reply 。Have a good day |
Hello, could you show the data folder architecture so I understand the way you organised the dataset.
I kept getting errors to segment the data.
I extracted the IEMOCAP_full_release in the data folder the renamed it as IEMOCAP, however, I kept getting errors of files not found.
The text was updated successfully, but these errors were encountered: