File size: 868 Bytes
d46b335
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
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