| license: other | |
| library_name: pytorch | |
| tags: | |
| - pointsplat | |
| - gaussian-splatting | |
| - novel-view-synthesis | |
| - human-rendering | |
| # PointSplat Pretrained Weights | |
| For inference commands, configuration details, and usage notes, please refer to the original [PointSplat repository](https://github.com/zju3dv/PointSplat). | |
| ## Files | |
| | File | Training data | | |
| |---|---| | |
| | `pointsplat_mixed.pt` | DNA-Rendering + THuman2.0 | | |
| ## Download | |
| ```bash | |
| mkdir -p pretrained | |
| hf download Yujie0012/PointSplat_pretrained_weights pointsplat_mixed.pt \ | |
| --local-dir pretrained | |
| ``` | |
| Expected local path: | |
| ```text | |
| pretrained/pointsplat_mixed.pt | |
| ``` | |