Instructions to use pearsonkyle/Sharp-coreml with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Sharp
How to use pearsonkyle/Sharp-coreml with Sharp:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Kyle Pearson commited on
Commit ·
689a8bc
1
Parent(s): bf3686e
docs
Browse files
README.md
CHANGED
|
@@ -105,7 +105,7 @@ The model outputs five tensors representing a 3D Gaussian splat representation:
|
|
| 105 |
| `colors_rgb_linear` | `(1, N, 3)` | Linear RGB color values in range `[0, 1]` (no gamma correction). |
|
| 106 |
| `opacities_alpha_channel` | `(1, N)` | Opacity (alpha) values per Gaussian, in range `[0, 1]`. |
|
| 107 |
|
| 108 |
-
>
|
| 109 |
|
| 110 |
The total number of Gaussians `N` is approximately 1,179,648 for the default model.
|
| 111 |
|
|
|
|
| 105 |
| `colors_rgb_linear` | `(1, N, 3)` | Linear RGB color values in range `[0, 1]` (no gamma correction). |
|
| 106 |
| `opacities_alpha_channel` | `(1, N)` | Opacity (alpha) values per Gaussian, in range `[0, 1]`. |
|
| 107 |
|
| 108 |
+
> 🌍 These outputs are fully compatible with [Splat Viewer](https://huggingface.co/spaces/pearsonkyle/Gaussian-Splat-Viewer) and [MetalSplatter](https://github.com/scier/MetalSplatter).
|
| 109 |
|
| 110 |
The total number of Gaussians `N` is approximately 1,179,648 for the default model.
|
| 111 |
|