| File | Description | Approx. size |
|---|---|---|
image_to_triplanes.onnx | Image encoder + transformer that outputs triplane features | ~1.6 GB |
mlp.onnx | Decoder MLP that maps triplane features to density and color | ~170 KB |
mlp_quantized.onnx | INT8 dynamically quantized version of mlp.onnx | ~67 KB |
mobai-assist Android application to convert
a single RGB image into a 3D mesh directly on the device. The conversion
pipeline (triplane sampling, marching cubes, and mesh post-processing) is
implemented in Kotlin/Android.