AnchorSplat-1x / README.md
de233's picture
Add model card
d46b335 verified
|
Raw
History Blame Contribute Delete
868 Bytes
---
license: mit
tags:
- gaussian-splatting
- 3dgs
- super-resolution
- anchorsplat
- eccv-2026
---
# AnchorSplat 1x Checkpoint
Pretrained 1x checkpoint for **AnchorSplat: Fast and Structure Consistent Detail Synthesis for Gaussian Splatting** (ECCV 2026).
This model predicts one refined Gaussian per input anchor. Use it with `FeaturePredictor.point_multiply_factor=1`.
## Download
```bash
huggingface-cli download de233/AnchorSplat-1x anchorsplat_1x.pth --local-dir checkpoints
```
## Inference
```bash
POINT_MULTIPLY_FACTOR=1 WEIGHTS=checkpoints/anchorsplat_1x.pth \
bash scripts/inference_external.sh examples/lgm_sample.ply outputs/lgm_sample_refined_1x.ply lgm
```
## Checkpoint
| File | SHA256 |
| --- | --- |
| `anchorsplat_1x.pth` | `85899b43ca8954fa470398232076aa18c9e32812fb1e097e0e28ccb37247e7b0` |
Code: https://github.com/zhude233/AnchorSplat