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

스크립트관련 질문입니다. #4

Open
0beom opened this issue Jun 18, 2020 · 1 comment
Open

스크립트관련 질문입니다. #4

0beom opened this issue Jun 18, 2020 · 1 comment

Comments

@0beom
Copy link

0beom commented Jun 18, 2020

기존에 가지고있는 새 데이터의 대본 스크립트파일이 json 파일밖에 존재하지않습니다. 이런경우 json파일내에 있는 스크립트를 양식에 맞게 txt파일로 옮겨 파일을 저장해야하나요?
preprocess.py 코드 내에 경로를 보면 transcript라는 파일이 경로로 지정되어있는데 해당 파일의 위치는 어디에 존재하는지 알 수 있을까요? 또한 윗질문에 더불어 첫 줄에 존재하는 경로를 새로 만든 txt파일명으로 변경해주면 되는건가요?

@chldkato
Copy link
Owner

  1. 코드를 수정하면 json도 txt파일처럼 똑같이 읽어서 할 수 있습니다. https://github.com/carpedm20/multi-speaker-tacotron-tensorflow
    위의 코드에서 json을 사용하니 참고하시면 좋을거 같습니다

  2. 제 코드 기준으로는 대본 파일이 './kss/' 경로 안에 있습니다. 대본 경로를 수정하려면 in_dir을 수정하고 첫 줄의 text_name은 대본 txt 파일로 지정하면 됩니다.

참고로 다른 데이터의 대본을 사용하신다면 초성, 중성, 종성으로 나누기 위해서 jamo 라이브러리의 hangul_to_jamo를 사용하셔야 합니다

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