| --- |
| library_name: onnxruntime |
| tags: |
| - onnx |
| - sharp |
| - view-synthesis |
| - 3d-gaussian-splatting |
| base_model: apple/Sharp |
| --- |
| |
| # SHARP — ONNX Exports (INT4) |
|
|
| This repository provides ONNX exports of Apple’s **SHARP** model predictor, which outputs **NDC-space 3D Gaussians**. |
|
|
| ## Export to ONNX (INT4) |
|
|
| Run the following command to export the model: |
|
|
| ```bash |
| python export_onnx.py --int4 |
| ```` |
|
|
| ## Launch Web UI |
|
|
| Start the web interface with: |
|
|
| ```bash |
| python webui.py \ |
| --host 0.0.0.0 \ |
| --port 7860 \ |
| --ssl_cert cert.pem \ |
| --ssl_key key.pem |
| ``` |
|
|
| ## Notes |
|
|
| This project is for learning purposes. Please refer to the LICENSE for usage terms. |