GitXplorerGitXplorer
o

shap-e

public
11562 stars
933 forks
91 issues

Commits

List of commits on branch main.
Unverified
8625e7c15526d8510a2292f92165979268d0e945

example of creating meshes

uunixpickle committed a year ago
Unverified
037e0dbd93b5250603f533ec780af9466be234a0

checksums

uunixpickle committed a year ago
Verified
8b1010b9a66434603a83e1f932f308028e6158ce

add missing module to setup.py

uunixpickle committed a year ago
Verified
2d8cc86eb8c4e82f263d87bc629889bd1a20b431

Added Blobfile to setup.py (#4)

aahmadmustafaanis committed a year ago
Verified
9e83c5909c89ae462211b9e50e5259a158a3176f

a small typo (#5)

bbitsnaps committed a year ago
Unverified
d99cedaea18e0989e340163dbaeb4b109fa9e8ec

update paper link

hheewooj committed a year ago

README

The README file for this repository.

Shap-E

This is the official code and model release for Shap-E: Generating Conditional 3D Implicit Functions.

  • See Usage for guidance on how to use this repository.
  • See Samples for examples of what our text-conditional model can generate.

Samples

Here are some highlighted samples from our text-conditional model. For random samples on selected prompts, see samples.md.

A chair that looks like an avocado An airplane that looks like a banana A spaceship
A chair that looks
like an avocado
An airplane that looks
like a banana
A spaceship
A birthday cupcake A chair that looks like a tree A green boot
A birthday cupcake A chair that looks
like a tree
A green boot
A penguin Ube ice cream cone A bowl of vegetables
A penguin Ube ice cream cone A bowl of vegetables

Usage

Install with pip install -e ..

To get started with examples, see the following notebooks:

  • sample_text_to_3d.ipynb - sample a 3D model, conditioned on a text prompt.
  • sample_image_to_3d.ipynb - sample a 3D model, conditioned on a synthetic view image. To get the best result, you should remove background from the input image.
  • encode_model.ipynb - loads a 3D model or a trimesh, creates a batch of multiview renders and a point cloud, encodes them into a latent, and renders it back. For this to work, install Blender version 3.3.1 or higher, and set the environment variable BLENDER_PATH to the path of the Blender executable.