https://github.com/dsaurus/threestudio-shap-e
https://github.com/dsaurus/threestudio-shap-e
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dsaurus/threestudio-shap-e
- Owner: DSaurus
- Created: 2023-12-12T12:46:18.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T12:04:51.000Z (over 2 years ago)
- Last Synced: 2025-11-13T16:08:56.887Z (7 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# threestudio-shap-e
The shap-e guidance extension of threestudio. The original implementation can be found in [https://github.com/openai/shap-e](https://github.com/openai/shap-e). Currently, it is only used for initialization of Gaussian Splatting.
## Installation
```
cd custom
git clone https://github.com/DSaurus/threestudio-shap-e
# shap-e + cache directory modification
git clone https://github.com/DSaurus/shap-e.git
pip install -e shap-e
```
## Examples
Please see [threestudio-3dgs](https://github.com/DSaurus/threestudio-3dgs#load-from-ply) for more details.
## Citation
```
@article{jun2023shap,
title={Shap-e: Generating conditional 3d implicit functions},
author={Jun, Heewoo and Nichol, Alex},
journal={arXiv preprint arXiv:2305.02463},
year={2023}
}
```