Direct3D
[NeurIPS 2024] Direct3D: Scalable Image-to-3D Generation via 3D Latent Diffusion Transformer
File Explorer
Download Latest Version (.zip)- video1.gif
- video2.gif
- framework.png
- teaser.gif
- bear.png
- book.png
- car.png
- castle.png
- devil.png
- dragon.png
- earth.png
- fish.png
- girl.png
- hamburger.png
- man.png
- panda.png
- parrot.png
- phoenix.png
- riding.png
- sunglasses.png
- __init__.py
- condition.py
- dit.py
- vae.py
- __init__.py
- image.py
- triplane.py
- util.py
- pipeline.py
- .gitignore
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/DreamTechAI/Direct3D
Downloads the entire project code from GitHub to your computer.
cd Direct3D
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
