百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

shap-e

> 编程语言
开源

根据文本或图像生成 3D 对象

12.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

根据文本或图像生成 3D 对象

# Shap-E This is the official code and model release for [Shap-E: Generating Conditional 3D Implicit Functions](https://arxiv.org/abs/2305.02463). * See [Usage](#usage) for guidance on how to use this repository. * See [Samples](#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](samples.md).
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 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](shap_e/examples/sample_text_to_3d.ipynb) - sample a 3D model, conditioned on a text prompt. * [sample_image_to_3d.ipynb](shap_e/examples/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](shap_e/examples/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.

Issues· 108 开放

查看全部 Issues在 GitHub 打开
  • #181

    在 encode_model 之后,解码失败

    更新于 2026年7月11日
  • #150

    运行 `pip install -e .` 后,我收到 (找不到命令 'git')

    更新于 2026年2月2日
  • #178

    幽灵

    更新于 2025年10月23日
  • #171

    aigle

    更新于 2025年10月6日
  • #167

    桌面型迷你

    更新于 2025年9月6日
  • #161

    Wikingerhous

    更新于 2025年8月9日
  • #160

    化妆品

    更新于 2025年7月30日
  • #147

    Ollama 上是否提供 text300M,以在 Mac 上实现本地 GPU 加速?

    更新于 2025年3月19日
  • #97

    如何在示例笔记本中更改 bin 大小?

    更新于 2025年2月9日
  • #15

    Printables.com 集成

    更新于 2025年1月16日

> 标签

Python

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言