Gaussian splatting model empty

Hi all,

I am developing an app that post photos through the Cesium REST API to produce gaussian splatting models.

The 3D mesh model is reconstructed properly (id:4517707), but the gaussian splatting model presents an empty bounding box on the Cesium ION interface (id:4517706)

If I try to access the gaussian spatting tileset on my frontend, I am getting the following error message :

A 3D tile failed to load: https://assets.ion.cesium.com/ap-northeast-1/4517706/0/0.glb?v=1 Cesium.js:9993:117128
Error: Failed to load glTF
Failed to load vertex buffer
Failed to load SPZ
Aborted(). Build with -sASSERTIONS for more info. Cesium.js:9993:117174
Original stack:
Original stack:
Original stack:
D@https://mirukuru-online.com/cesium/Cesium.js:6153:23168
x@https://mirukuru-online.com/cesium/Cesium.js:6163:5296
@https://mirukuru-online.com/cesium/Cesium.js line 6153 > WebAssembly.instantiate:wasm-function[458]:0x14597
@https://mirukuru-online.com/cesium/Cesium.js line 6153 > WebAssembly.instantiate:wasm-function[61]:0x3099
@https://mirukuru-online.com/cesium/Cesium.js line 6153 > WebAssembly.instantiate:wasm-function[235]:0x8544
@https://mirukuru-online.com/cesium/Cesium.js line 6153 > WebAssembly.instantiate:wasm-function[83]:0x416e
@https://mirukuru-online.com/cesium/Cesium.js line 6153 > WebAssembly.instantiate:wasm-function[307]:0xa38a
@https://mirukuru-online.com/cesium/Cesium.js line 6153 > WebAssembly.instantiate:wasm-function[263]:0x92d9
@https://mirukuru-online.com/cesium/Cesium.js line 6153 > WebAssembly.instantiate:wasm-function[164]:0x58f8
@https://mirukuru-online.com/cesium/Cesium.js line 6153 > WebAssembly.instantiate:…

Any hint on how to get the gaussian splatting reconstruction to work would be greatly appreciated.

Regards,

Thanks for reaching out with this problem. This is an issue that our team recently became aware of and is working to fix. There is an issue in the CeisumJS repository to track this. That issue should have updates when we have made some progress.