AnchorSplat 20x Checkpoint

This repository hosts the released 20x checkpoint for AnchorSplat: Fast and Structure Consistent Detail Synthesis for Gaussian Splatting (ECCV 2026).

Usage

Download the checkpoint and place it at:

checkpoints/anchorsplat_20x.pth

or pass it explicitly:

WEIGHTS=/path/to/anchorsplat_20x.pth \
  bash scripts/inference_external.sh examples/lgm_sample.ply outputs/lgm_sample_refined.ply lgm

Notes

AnchorSplat is designed for fast, generalizable, plug-and-play enhancement of low-quality 3D Gaussian Splatting assets. For external PLY inputs, please follow the input format and normalization instructions in the GitHub README.

Citation

@article{zhu2026anchorsplat,
  title={AnchorSplat: Fast and Structure Consistent Detail Synthesis for Gaussian Splatting},
  author={Zhu, Dexu and Shao, Jiangnan and Wang, Xiaofeng and Duan, Junxian and Cao, Jie and Zhu, Zheng and Huang, Huaibo},
  journal={arXiv preprint arXiv:2607.01290},
  year={2026},
  eprint={2607.01290},
  archivePrefix={arXiv},
  primaryClass={cs.CV},
  doi={10.48550/arXiv.2607.01290},
  url={https://arxiv.org/abs/2607.01290}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Paper for de233/AnchorSplat-20x