Lucas C

Results 15 comments of Lucas C

Maybe interpolation of the animations could also be integrated using pytorch, like in this proof of concept? https://www.youtube.com/watch?v=Ra9hBD1ZGlY

Can confirm, it removes the ``. Unfortunately, adding `str()` on the middleware isn't working for me.

I think this is a great idea! Would it generate a voicebank for UTSU's resample, or it also works as a whole resampler?

Reading about the software, it looks like the task would be then to make UTSU be able to export to MusicXML so NNSVS can interpret it, right? And maybe bundle...

I wanna try making a serializer from the Song object to NNSVS. Looks like there's a need to convert it to HTS full-context label files (using Sinsy), and NNSVS makes...

I had the same problem. I tried changing [`test.py`](https://github.com/NVIDIA/pix2pixHD/blob/master/test.py) by adding inputs and outputs to `torch.onnx.export`, but it still returns no input or output fields. Is there something I'm missing?

> Just found this project. Do you have a timeline for this? Currently, no. I kinda just add to the project sometimes. But I was thinking creating an API through...

> @LucasCTN I think you need customize your User model like descibe at django documentation: https://docs.djangoproject.com/en/4.2/topics/auth/customizing/#django.contrib.auth.models.CustomUser.USERNAME_FIELD > > for example: > > ```python > class MyUser(AbstractBaseUser): > email = models.EmailField(_("email...

Thank you for your answer. I'll search for it.

I'm interested in start to learn reverse engineering, to help the project. Anyone have suggestions on how to start?