GeorgeS2019
GeorgeS2019
@redradist You can get ML.NET book e.g. from Amazon which assist in using Tensorflow.NET in ML.NET
@mattleibow based on the [SkiaSharpBlazorComponents ](https://github.com/mattleibow/SkiaSharpBlazorComponents) example, how would you improve the code to make SkiaSharp animation possible.
@mattleibow have you tried checking the animation performance with embedded Uno app? Perhaps the combination of client side embedded Uno and server side image rendering may be a good use...
@mattleibow it takes around 1 min or more to compile the SkiaSharpUnoApp alone through WSL2. - Do you have suggestions what I have done wrong or what I could improve...
@mattleibow thanks for the tip. I will follow up
@kaiidams also provides [ONNX model](https://github.com/kaiidams/NeMoOnnxSharp) for ASR (Automatic Speech Recognition ) based on [QuartzNet ](https://arxiv.org/abs/1910.10261) of NVidia [NeMo](https://github.com/NVIDIA/NeMo) The ONNX has been tested in [Godot](https://github.com/kaiidams/NeMoOnnxSharp/issues/8#issue-1098665017) Check out the [readme.md](https://github.com/kaiidams/NeMoOnnxSharp) for...
@SimantoR thanks for providing feedback :-) ==> please try setting `os.environ["PYOPENGL_PLATFORM"] = "egl"` or `pyrender.OffscreenRenderer` => which someone forces to work in egl mode only @SimantoR => also please share...
==> UPDATE > I could not get the example duck.py to work > > OpenGL.error.NullFunctionError: Attempt to call an undefined function glGenVertexArrays, check for bool(glGenVertexArrays) before calling It turns out...
@SimantoR > Could you provide code for reproducability? Preferably with the resources your loading as well? I am using the default example provided. I spent many hours testing pyrender in...
### Update 27th Feb 2023 Summary of instructions for VS2022 - https://www.reddit.com/r/godot/comments/xhirp8/debugging_godot4_beta_projects_from_vs_and_vscode/ - https://www.reddit.com/r/GodotCSharp/comments/xgpqfh/oc_rundebug_godot4_c_projects_from_visual_studio/ - https://gist.github.com/31/302bab2630ddf8d90ab4aec0d358b538?permalink_comment_id=4178016