KO
|
EN
gitlite โ search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#claude-code
#cli
#windows
#codex
#developer-tools
#dsh
point-e
โ 6,892
Open GitHub โ
Point cloud diffusion for 3D model synthesis
Download README (.md)
Explore Similar Repositories
Awesome-LLM-Strawberry
:
A collection of LLM papers, blogs, and projects, with a focus on OpenAI o1 ๐ and reasoning techniques.
proxysql
:
High-performance proxy for MySQL and PostgreSQL
blink
:
Blink Mobile Shell for iOS (Mosh based)
MTProxy
:
No description available.
data-juicer
:
Data processing for and with foundation models! ๐ ๐ ๐ฝ โก๏ธ โก๏ธ๐ธ ๐น ๐ท
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
point-e
?
Download (.md)
# PointยทE  This is the official code and model release for [Point-E: A System for Generating 3D Point Clouds from Complex Prompts](https://arxiv.org/abs/2212.08751). # Usage Install with `pip install -e .`. To get started with examples, see the following notebooks: * [image2pointcloud.ipynb](point_e/examples/image2pointcloud.ipynb) - sample a point cloud, conditioned on some example synthetic view images. * [text2pointcloud.ipynb](point_e/examples/text2pointcloud.ipynb) - use our small, worse quality pure text-to-3D model to produce 3D point clouds directly from text descriptions. This model's capabilities are limited, but it does understand some simple categories and colors. * [pointcloud2mesh.ipynb](point_e/examples/pointcloud2mesh.ipynb) - try our SDF regression model for producing meshes from point clouds. For our P-FID and P-IS evaluation scripts, see: * [evaluate_pfid.py](point_e/evals/scripts/evaluate_pfid.py) * [evaluate_pis.py](point_e/evals/scripts/evaluate_pis.py) For our Blender rendering code, see [blender_script.py](point_e/evals/scripts/blender_script.py) # Samples You can download the seed images and point clouds corresponding to the paper banner images [here](https://openaipublic.azureedge.net/main/point-e/banner_pcs.zip). You can download the seed images used for COCO CLIP R-Precision evaluations [here](https://openaipublic.azureedge.net/main/point-e/coco_images.zip).