Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>TripoSplat WebGPU Gaussian Decoder Parity</title> | |
| <script type="module" crossorigin src="/assets/gaussianLab-DpY6sb4D.js"></script> | |
| <link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js"> | |
| <link rel="modulepreload" crossorigin href="/assets/OrtWorkerClient-Dh61uN0A.js"> | |
| </head> | |
| <body> | |
| <main> | |
| <h1>TripoSplat · Gaussian decoder WebGPU parity</h1> | |
| <p>Runs one fixed-length feature-decoder invocation against official PyTorch.</p> | |
| <label>ONNX graph <input id="model" value="/models/triposplat/gaussian_decoder_fp32.onnx" /></label> | |
| <label>Fixture directory <input id="fixture" value="/fixtures/generated/gaussian-decoder-fp32" /></label> | |
| <button id="run" type="button">Run Gaussian decoder parity gate</button> | |
| <p role="status" data-testid="gaussian-status">Ready to validate Gaussian features.</p> | |
| <pre class="error" data-testid="gaussian-error" hidden></pre> | |
| <pre data-testid="gaussian-result" hidden></pre> | |
| </main> | |
| </body> | |
| </html> | |