Git Product home page Git Product logo

Comments (3)

Sleepwalking avatar Sleepwalking commented on July 23, 2024

Hello. How did you create flat.hsmm? Would you share the file for an inspection?

from shiro.

seongyeop-jeong-poey avatar seongyeop-jeong-poey commented on July 23, 2024

Hello. How did you create flat.hsmm? Would you share the file for an inspection?

I just follow up your kind instruction.
like this
lua shiro-mkseg.lua index.csv \ -m phonemap.json \ -d "../cmu_us_bdl_arctic/orig/" \ -e .param -n 36 -L sil -R sil > unaligned-segmentation.json ./shiro-init \ -m empty.hsmm \ -s unaligned-segmentation.json \ -FT > flat.hsmm

All of your instruction doesn't seem to got error.
I just download the CMU Arctic speech database and change the some instruction path. for example 'cmu_us_bdl_arctic/orig/' to 'cmu_us_bdl_arctic/wav/'(i can't find the orig path in dataset. i guess the wav path directory from orig to wav)

At first time, i try to inference the below code(I use ./examples/cmu-arctic-all-speakers.hsmm model instead trained-model.hsmm). but it also can't load the model. so i decide to train the another model through your training instructions.
./shiro-align \ -m trained-model.hsmm \ -s unaligned.json \ -g > initial-alignment.json ./shiro-align \ -m trained-model.hsmm \ -s initial-alignment.json \ -p 10 -d 50 > refined-alignment.json

from shiro.

seongyeop-jeong-poey avatar seongyeop-jeong-poey commented on July 23, 2024

Hello. How did you create flat.hsmm? Would you share the file for an inspection?

Sorry for my mistake to run the your instrunment.

I replace the path from "/cmu_us_bdl_arctic/orig/" to "/cmu_us_bdl_arctic/wav/".
But, the right way to modify is changing to "/cmu_us_bdl_arctic/wav"(please remove '/').
Finally, like the below figure, the training is successful!

All of top to end are work very well.
nice code!
Thanks a lot!

image

from shiro.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.