Git Product home page Git Product logo

nnsvslabeling's Introduction

UtaUtaUtau

ko-fi

Welcome!

Hi! Welcome to my GitHub. I have some repositories in here that are usually just forks of vocal synth stuff... I'm the sole creator of the Python package pyUtau. I also maintain some scripts to help in developing ENUNU databases. I have some other ENUNU things lying around there but that's about it!

About me

Hi... again. I'm UtaUtaUtau, better known as Uta because my username begs to be abbreviated. I come from the Philippines and I go by he/they pronouns. I like using vocalsynths because I like singing robots :)

I'm entirely self-taught when it comes to programming so I don't really know what the best practices are sometimes... I do know Python, Java, JavaScript and Rust, but I mostly use Python and Rust. I've also used Lua, Go, C, and C++ at least once in my life but I forgot most of it already.

nnsvslabeling's People

Contributors

utautautau avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nnsvslabeling's Issues

Plugin.txt formatting Error

plugin.txt's formatting is odd and causes there to be no spacing between "Label to UST" and "execute" so utau's drop down menu for plugins read as "Label to USTexecute" and does not execute instead of reading as "Label to UST" and executing.

rewriting the plugin.txt fixes the error but some (like me) may not catch it at first

lab2ust's index error before adding .lab file

I ran the plugin after changing the bpm and saving the ust, then immediately got this

image

I have check the corresponding lab file, with the same name as the ust, for empty labels and find none. I tried adding a rest in the ust and then run the plugin after clicking on it, still the same error. lab2ust have not asked me for the lab or frq files yet.

Japanese language detection is inaccurate

Japanese datasets are incorrectly detected as another language if capitalized phonemes exist.
For NNSVS Japanese datasets (and Japanese speech datasets in general, somewhat), capitalized vowel phonemes represent unvoiced vowels.

May I suggest updating the detection?

I don't know python so I replaced your detection with this out of desperation.

In case someone comes along before this issue is resolved and needs a quick 'fix'.

    label_lang = input('Is dataset Japanese? [y/n] ')
    if label_lang.lower() == 'y':
        jpn = True
    else:
        jpn = False

May I also suggest adding the capitalized phonemes to the vowel list and change line 129 to something like not in ('pau', 'sil') else 'R' since pau and sil are used interchangeably?

Thank you.

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.