https://github.com/lucidrains/holodeck-pytorch
Implementation of a holodeck, written in Pytorch
https://github.com/lucidrains/holodeck-pytorch
artificial-intelligence deep-learning denoising-diffusion hypernetworks latent-denoising-diffusion scene-representations temporal-scene-representations transformers
Last synced: 5 months ago
JSON representation
Implementation of a holodeck, written in Pytorch
- Host: GitHub
- URL: https://github.com/lucidrains/holodeck-pytorch
- Owner: lucidrains
- License: mit
- Created: 2022-11-13T16:25:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T17:39:46.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T00:51:14.260Z (7 months ago)
- Topics: artificial-intelligence, deep-learning, denoising-diffusion, hypernetworks, latent-denoising-diffusion, scene-representations, temporal-scene-representations, transformers
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Holodeck - Pytorch (wip)
Implementation of a holodeck, written in Pytorch.
## Citations
```bibtex
@article{Wu20234DGS,
title = {4D Gaussian Splatting for Real-Time Dynamic Scene Rendering},
author = {Guanjun Wu and Taoran Yi and Jiemin Fang and Lingxi Xie and Xiaopeng Zhang and Wei Wei and Wenyu Liu and Qi Tian and Xinggang Wang},
journal = {ArXiv},
year = {2023},
volume = {abs/2310.08528},
url = {https://api.semanticscholar.org/CorpusID:263908793}
}
``````bibtex
@inproceedings{Singer2023TextTo4DDS,
title = {Text-To-4D Dynamic Scene Generation},
author = {Uriel Singer and Shelly Sheynin and Adam Polyak and Oron Ashual and Iurii Makarov and Filippos Kokkinos and Naman Goyal and Andrea Vedaldi and Devi Parikh and Justin Johnson and Yaniv Taigman},
year = {2023}
}
``````bibtex
@inproceedings{Bauer2023SpatialFS,
title = {Spatial Functa: Scaling Functa to ImageNet Classification and Generation},
author = {M. Bauer and Emilien Dupont and Andy Brock and Dan Rosenbaum and Jonathan Schwarz and Hyunjik Kim},
year = {2023}
}
```