Skip to content
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

Running the script #1

Open
Manik-Taneja opened this issue May 26, 2022 · 1 comment
Open

Running the script #1

Manik-Taneja opened this issue May 26, 2022 · 1 comment

Comments

@Manik-Taneja
Copy link

Hey, I am trying to run this to identify stress detection in a corpus, I am unable to understand how to run your code over a corpus, if you could explain that would be helpful.

@vivekkr12
Copy link
Collaborator

We don't have the pre trained model here in this repo, however you can train your own model to make inferences. You'll need to follow the steps mentioned in the README file - follow the section - To retrain the model follow the steps below

The phone alignment script takes a CSV as input parameter. If you're using a corpus same as this project, you can easily use one of our scripts to generate that CSV.

Once you have the output of phoneme alignment, use the output and follow the next steps in README for training the model. The hyperparameters that we used for training are in the report.

With a trained model, making inference will follow the same steps - alignment > feature generation > prediction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants