point-e
Point cloud diffusion for 3D model synthesis
File Explorer
Download Latest Version (.zip)- __init__.py
- configs.py
- gaussian_diffusion.py
- k_diffusion.py
- sampler.py
- blender_script.py
- evaluate_pfid.py
- evaluate_pis.py
- __init__.py
- feature_extractor.py
- fid_is.py
- npz_stream.py
- pointnet2_cls_ssg.py
- pointnet2_utils.py
- corgi.jpg
- corgi.ply
- cube_stack.jpg
- pc_corgi.npz
- pc_cube_stack.npz
- image2pointcloud.ipynb
- paper_banner.gif
- pointcloud2mesh.ipynb
- text2pointcloud.ipynb
- __init__.py
- checkpoint.py
- configs.py
- download.py
- perceiver.py
- pretrained_clip.py
- sdf.py
- transformer.py
- util.py
- __init__.py
- mesh.py
- pc_to_mesh.py
- plotting.py
- ply_util.py
- point_cloud.py
- __init__.py
- .gitignore
- LICENSE
- model-card.md
- README.md
- setup.py
๐ Installation Guide
1. Get the code
git clone https://github.com/openai/point-e
Downloads the entire project code from GitHub to your computer.
cd point-e
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install .
Installs the package published on PyPI directly โ no need to clone the source.
jupyter notebook
Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
