GitXplorerGitXplorer
o

point-e

public
6471 stars
751 forks
78 issues

Commits

List of commits on branch main.
Verified
fc8a607c08a3ea804cc82bf1ef8628f88a3a5d2f

Merge pull request #5 from openai/hj/license

hheewooj committed 2 years ago
Unverified
6e8be2f23a5560cd8542193b13ac558fd1fbd23b

add license

hheewooj committed 2 years ago
Unverified
7f0867bb89c1fb7fceb18f7be7f5687b312a3a1e

url

uunixpickle committed 2 years ago
Unverified
c26852eb76eb60c6b9aee038fd8f85bae6702546

first commit

uunixpickle committed 2 years ago

README

The README file for this repository.

Point·E

Animation of four 3D point clouds rotating

This is the official code and model release for Point-E: A System for Generating 3D Point Clouds from Complex Prompts.

Usage

Install with pip install -e ..

To get started with examples, see the following notebooks:

  • image2pointcloud.ipynb - sample a point cloud, conditioned on some example synthetic view images.
  • 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 - try our SDF regression model for producing meshes from point clouds.

For our P-FID and P-IS evaluation scripts, see:

For our Blender rendering code, see blender_script.py

Samples

You can download the seed images and point clouds corresponding to the paper banner images here.

You can download the seed images used for COCO CLIP R-Precision evaluations here.