You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm currently working on Scaffold-GS which uses mlp to decode gaussian properties. I know there's some ML framework in Javascript (For example, the onnxruntime-web). Maybe I can use webgpu to infer on these MLPs. But I' m quite new to Javascript. Can you give me some tips on where to implement these codes?
The text was updated successfully, but these errors were encountered:
This is an interesting question for the community. I'd quite like to know the answer myself.
SuperSplat currently uses WebGL, because browser support for WebGPU is still quite limited.
However, since the PlayCanvas engine supports both WebGL and WebGPU, I will soon be adding the option of using WebGPU in SuperSplat. I hope this will help with any user WebGPU ML integration.
Hi, I'm currently working on Scaffold-GS which uses mlp to decode gaussian properties. I know there's some ML framework in Javascript (For example, the onnxruntime-web). Maybe I can use webgpu to infer on these MLPs. But I' m quite new to Javascript. Can you give me some tips on where to implement these codes?
The text was updated successfully, but these errors were encountered: