Results 11 comments of Alexander Amini

The generated text file you shared is not a valid song so the error message you are seeing is correct. There are several reasons for this: 1. You need to...

Hi @ankit-crossml could you please provide some information on the version of python and platform you're using. We've been testing exclusively on Google Colab for this version of the code.

Thank you for your interest in the work! 1. It is in active development, but I imagine should be done soon. @Dariusrussellkish has already submitted a PR drafting a pytorch...

First of all, **thank you** for contributing the new pytorch implementation! We really appreciate this initiative on your part. I would like to take some time to review your updates...

Good point, I just created the pytorch dev branch (`dev/pytorch`) and modified the target branch of your repo to point to it instead of master. I agree with the namespace...

Also, the result of `VideoIO.versioninfo()` is: ``` Using ffmpeg AVCodecs version 56.13.100 AVFormat version 56.15.102 AVUtil version 54.15.100 SWScale version 3.1.101 AVDevice version 55.0.0 AVFilters version 5.2.103 ```

I think I've figured out the trick: 1. turn off all external light sources 2. instantiate the scene with white ambient light: `scene = pyrender.Scene(ambient_light=[1., 1., 1.])` 3. change the...

Closing this issue. If anyone else has a better solution please let me know!

@simbaforrest do you have a sample of code replicating the problem you see (with [0,200,0] becoming [0,228,0])? The comment in #15 is a solution only in the context of semantic...