dreamers-laboratory/image-to-3d-pipeline
Reconstruct 3D meshes from images with several open-source models and score which did it best.
解决的问题
提供一个标准化的流程,用于比较不同的开源图像到3D重建模型。由于现有模型中没有明确的优胜者,该项目允许用户在相同的输入图像上运行多个模型,并使用一致的检查协议来评估其输出。
工作原理
该流程遵循四个阶段:
- 预处理:从源渲染中创建仅包含透明物体的掩码。
- 重建:使用各种第三方模型(如 TRELLIS、TripoSR、stable-fast-3d 和 Hunyuan3D-2)生成3D网格。
- 评估:通过固定的 Blender 轨道渲染每个生成的网格,创建用于视觉评分的拼贴图。
- 探索:将最终选定的网格加载到基于 WebGL 的浏览器探索器中,实现交互式查看。
适用人群
希望客观比较不同AI模型质量,以确定哪种模型最适合其特定资产的开发者和研究人员。
亮点
- 比较框架:将多个最先进的重建工具整合到一个工作流中。
- 标准化评估:使用固定的 Blender 检查协议,确保模型之间的公平比较。
- WebGL 集成:包含一个基于浏览器的探索器,用于导航重建的3D对象。
- 多视角支持:通过从多个视角的物体图像表开始,支持多视角推理。
相关
- 项目
ling-kong-ran/pisperPisper is a cross‑platform multi‑agent chat and workflow tool that lets you branch, parallelize, and automate LLM conversations. Built on the open‑source Pi Coding Agent, it offers desktop, terminal, and mobile clients, on‑demand plugins, secure local‑only data storage, and optional LAN/P2P remote linking.
- 项目
horang-labs/tesseraTessera is a local desktop/web app that lets you run multiple Claude Code, Codex, or OpenCode AI coding agents in parallel, each in its own isolated Git worktree. It provides a Kanban board, split‑pane UI, chat view for terminals, full Git integration, and mobile remote access, all while using the provider CLIs already installed on your machine.
- 项目
eeeXun/gttgtt 是一个基于 Go 的终端 UI,支持使用 Google、DeepL、Bing、Apertium、LibreTranslate、Reverso、ChatGPT 等多种在线服务进行文本翻译。支持 API 密钥配置、自定义快捷键、颜色主题、剪贴板集成和文本转语音功能,可通过二进制文件、包管理器、Docker 或从源码构建进行安装。
- 项目
volcengine/rtc-aigc-demoA demo project showcasing an interactive AIGC pipeline that integrates RTC, ASR, LLM, and TTS for real-time voice-based AI interactions.