Spaces:
Running
Running
File size: 1,197 Bytes
5ad1cb0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | <!doctype html>
<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-C_UdxxNX.js"></script>
<link rel="modulepreload" crossorigin href="/assets/modulepreload-polyfill-B5Qt9EMX.js">
<link rel="modulepreload" crossorigin href="/assets/OrtWorkerClient-BX-dwmm6.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>
|