PartPacker · experiment detail
2026-04-19 23:38:30 UTC

PartPacker Official Repro on trellis2

在现有 `trellis2` conda 环境里完成了 `PartPacker` 官方 CLI 推理复现。补装少量缺失依赖并下载官方 `flow.pt / vae.pt` 后,成功跑通 `flow/scripts/infer.py` 和 `vae/scripts/infer.py`。代表结果包括一个低步数 barrel smoke、一个更接近正式配置的 teapot 单样例,以及一个 VAE reconstruction smoke。

PartPackertrellis2official-repropart-level-3ddual-volume
2026-04-19 23:38:30 UTCTimestamp
3Assets
activeStatus
PartPacker Official Repro on trellis2 cover image
Assets
Interactive Asset

barrel_smoke

低步数 smoke,重点验证官方 `flow/scripts/infer.py` 在 `trellis2` 环境中是否能完整导出 part-level GLB。它成功导出了整物体、16 个连通部件以及两份 dual volumes。

4sampling steps
16exported parts
2dual volumes
barrel_smoke Preprocessed input image
Preprocessed input image
PartPacker barrel smoke · full object
这是官方 flow 推理的真实输出,不是后处理拼接结果。下载区保留了所有 part GLB 和双体积 GLB。
Interactive Asset

teapot_formal

更接近 README 正式设定的单样例运行:`50` 个 sampling steps、`384` grid。该例稳定导出整物体、4 个 part GLB 与 2 个 dual volumes,是这次最有代表性的正式推理结果。

50sampling steps
4exported parts
~9.3GBGPU memory
teapot_formal Preprocessed input image
Preprocessed input image
PartPacker teapot formal run · full object
默认 viewer 显示正式单样例推理的整物体结果。
Interactive Asset

balloon_whisk_vae

官方 `vae/scripts/infer.py` 的 reconstruction smoke。它说明除了 image-to-3D flow 主链,VAE mesh reconstruction 也能在 `trellis2` 环境里正常跑通。

VAEpipeline
1mesh sample
256grid resolution
PartPacker VAE reconstruction smoke
这是官方 VAE 脚本直接输出的 reconstruction GLB。