File size: 1,483 Bytes
395472f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72d4419
395472f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
42
43
44
45
46
47
48
49
---
tags:
  - gaussian-splatting
  - novel-view-synthesis
  - dynamic-scene-reconstruction
  - pytorch
---

# Mango-GS Weights

Pretrained inference weights for
[Mango-GS](https://github.com/htx0601/Mango-GS). See the
[paper](https://arxiv.org/abs/2603.11543) for the method and evaluation
protocol.

## Download

Download the repository directly into the public code's `weights/` folder:

```bash
hf download htx0601/Mango-GS --local-dir weights
```

Each scene directory contains `cfg_args`, `point_cloud.ply`, and `deform.pth`.
The release scripts load these files directly without a checkpoint argument.

## Inference Parameters

| Dataset | Scenes | T | K | Nodes | Resolution |
|---|---|---:|---:|---:|---:|
| N3V | coffee_martini, flame_salmon_1 | 4 | 3 | 2048 | 2 |
| N3V | cook_spinach, cut_roasted_beef, flame_steak, sear_steak | 4 | 5 | 4096 | 2 |
| HyperNeRF | broom2, vrig-3dprinter, vrig-chicken | 6 | 3 | 2048 | 2 |
| HyperNeRF | vrig-peel-banana | 8 | 3 | 4096 | 2 |

The same machine-readable parameters are provided in `manifest.json` and in
each scene's `cfg_args`.

## Citation

```bibtex
@inproceedings{huang2026mangogs,
  title     = {Mango-GS: Enhancing Spatio-Temporal Consistency in Dynamic Scenes Reconstruction using Multi-Frame Node-Guided 4D Gaussian Splatting},
  author    = {Huang, Tingxuan and Zhu, Haowei and Yong, Jun-hai and Pan, Hao and Wang, Bin},
  booktitle = {International Conference on Learning Representations},
  year      = {2026}
}
```