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 ยท
1aecf6d
1
Parent(s): afec961
docs
Browse files
README.md
CHANGED
|
@@ -121,9 +121,10 @@ The model outputs five tensors representing a 3D Gaussian splat representation:
|
|
| 121 |
| `colors_rgb_linear` | `(1, N, 3)` | Linear RGB color values in range `[0, 1]` (no gamma correction). |
|
| 122 |
| `opacities_alpha_channel` | `(1, N)` | Opacity (alpha) values per Gaussian, in range `[0, 1]`. |
|
| 123 |
|
|
|
|
|
|
|
| 124 |
> ๐ These outputs are fully compatible with [Splat Viewer](https://huggingface.co/spaces/pearsonkyle/Gaussian-Splat-Viewer) and [MetalSplatter](https://github.com/scier/MetalSplatter).
|
| 125 |
|
| 126 |
-
The total number of Gaussians `N` is approximately 1,179,648 for the default model.
|
| 127 |
|
| 128 |
### ๐ Model Validation Results
|
| 129 |
|
|
|
|
| 121 |
| `colors_rgb_linear` | `(1, N, 3)` | Linear RGB color values in range `[0, 1]` (no gamma correction). |
|
| 122 |
| `opacities_alpha_channel` | `(1, N)` | Opacity (alpha) values per Gaussian, in range `[0, 1]`. |
|
| 123 |
|
| 124 |
+
The total number of Gaussians `N` is approximately 1,179,648 for the default model.
|
| 125 |
+
|
| 126 |
> ๐ These outputs are fully compatible with [Splat Viewer](https://huggingface.co/spaces/pearsonkyle/Gaussian-Splat-Viewer) and [MetalSplatter](https://github.com/scier/MetalSplatter).
|
| 127 |
|
|
|
|
| 128 |
|
| 129 |
### ๐ Model Validation Results
|
| 130 |
|