sharp-onnx-int4 / README.md
Olsc's picture
更新README
16b34e5 verified
metadata
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:

python export_onnx.py --int4

Launch Web UI

Start the web interface with:

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.