AnchorSplat-20x / README.md
de233's picture
Add model card
fe85e77 verified
|
Raw
History Blame Contribute Delete
1.56 kB
metadata
license: mit
library_name: pytorch
tags:
  - computer-vision
  - 3d-gaussian-splatting
  - gaussian-splatting
  - super-resolution
  - eccv-2026
  - pytorch
pipeline_tag: image-to-3d

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}
}