中文简介
facebook/Large-Sparse-Reconstruction-Model 是 facebook 在 Hugging Face 发布的模型仓库,当前卡片主要关联上游卡片所列任务。本站固定记录上游版本 7f6111ab8e3d,同步到 236 个文件,文件元数据合计 13.42 GB;访问状态为“需要申请”,许可证字段为“cc-by-nc-4.0”。
上游模型卡 / 数据集卡
【README 卡片中文译介】
以下内容依据上游仓库 facebook/Large-Sparse-Reconstruction-Model 的固定版本 README、卡片字段和文件元数据进行中文结构化整理。它保留便于选型的关键信息,完整技术细节、代码示例和许可文本请同时查看上游原文。
【资源概览】
facebook/Large-Sparse-Reconstruction-Model 是 facebook 在 Hugging Face 发布的模型仓库,当前卡片主要关联上游卡片所列任务。本站固定记录上游版本 7f6111ab8e3d,同步到 236 个文件,文件元数据合计 13.42 GB;访问状态为“需要申请”,许可证字段为“cc-by-nc-4.0”。
【适用方向】
适合在真实样本上评估上游卡片所列任务能力,并比较质量、时延和资源消耗。 建议先用小规模样本验证推理框架、输入输出格式和任务指标,再决定是否进入完整权重获取、量化或部署评估。
【版本与规格】
固定版本:7f6111ab8e3d。 任务标签:上游卡片所列任务。 语言字段:en。 上游页面记录的最近更新时间:2026-06-05。
【文件信息】
上游 API 返回 236 个文件,文件元数据合计 13.42 GB。 已保存文件清单中的主要扩展名:.png 61 个、.exr 28 个、.pth 4 个、.txt 4 个、.json 2 个、无扩展名 1 个。 当前较大的文件包括:checkpoints/brdf/sparse.pth(3.99 GB);checkpoints/rgb/sparse.pth(3.99 GB);checkpoints/brdf/dense/checkpoints/last.pth(2.55 GB)。 仓库文件较多,本站仅保存前 100 条文件元数据;完整清单请查看上游仓库。
【运行或处理环境】
仓库文件元数据合计 13.42 GB。 实际显存与内存由精度、量化方式、上下文长度、批量、并发、MoE 专家加载方式和推理框架共同决定,不能只凭参数名或仓库大小作部署承诺;应在目标格式和目标硬件上实测。
【使用边界】
许可证显示为“cc-by-nc-4.0”,具体用途限制、附加政策和归属要求仍以上游原文为准。 该仓库需要由用户本人按上游要求申请访问,是否批准及何时批准由资源权利方决定。 模型输出、工具调用和生成内容可能出现错误、偏见或安全风险,面向业务前应建立任务级评测、权限隔离和人工确认。
LSRM: High-Fidelity Object-Centric Reconstruction via Scaled Context Windows Official model release for the paper LSRM: High-Fidelity Object-Centric Reconstruction via Scaled Context Windows. LSRM is a feed-forward, object-centric 3D reconstruction and inverse rendering model that reconstructs high-fidelity 3D assets from posed sparse multi-view images. The model is trained on synthetic data but comprehensively tested on real data. Project page: https://lzqsd.github.io/LSRM.github.io/ arXiv: https://arxiv.org/abs/2604.05182 Github: https://github.com/facebookresearch/Large-Sparse-Reconstruction-Model.git Quickstart This Hugging Face repository hosts only the pre-trained weights and test examples. To run inference, clone the GitHub repo and follow its README: git clone https://github.com/facebookresearch/Large-Sparse-Reconstruction-Model.git cd Large-Sparse-Reconstruction-Model then follow README.md for setup and test commands Checkpoints and testing data This repo hosts pre-trained weights and testing examples. Checkpoints Our checkpoints/ folder contains model weights for our 3D reconstruction and inverse rendering models, with the following layout (this is what the test scripts expect): checkpoints/ ├── rgb/ # 3D reconstruction (GSO) │ ├── dense/ │ │ ├── args.txt │ │ └── checkpoints/last.pth │ └── sparse.pth └── brdf/ # inverse rendering (ORB / DTC) ├── dense/ │ ├── args.txt │ └── checkpoints/last.pth └── sparse.pth Testing data This repo also provides one testing example from each of the GSO, DTC, and ORB datasets, plus the default HDR environment map env.exr. datasets/ ├── rgb/ │ └── gso_example/ # GSO example (3D reconstruction) └── brdf/ ├── orb_example/ # ORB example (inverse rendering) └── dtc_example/ # DTC example (inverse rendering) env.exr # default HDR environment map (repo root) env.exr is the default HDR environment map used by Blender for re-rendering predicted BRDFs / meshes. The test scripts pick it up automatically; you only need to replace it if
适用场景
适合在真实样本上评估上游卡片所列任务能力,并比较质量、时延和资源消耗。 建议先用小规模样本验证推理框架、输入输出格式和任务指标,再决定是否进入完整权重获取、量化或部署评估。
模型参数
固定版本:7f6111ab8e3d。 任务标签:上游卡片所列任务。 语言字段:en。 上游页面记录的最近更新时间:2026-06-05。
文件说明
上游 API 返回 236 个文件,文件元数据合计 13.42 GB。 已保存文件清单中的主要扩展名:.png 61 个、.exr 28 个、.pth 4 个、.txt 4 个、.json 2 个、无扩展名 1 个。 当前较大的文件包括:checkpoints/brdf/sparse.pth(3.99 GB);checkpoints/rgb/sparse.pth(3.99 GB);checkpoints/brdf/dense/checkpoints/last.pth(2.55 GB)。 仓库文件较多,本站仅保存前 100 条文件元数据;完整清单请查看上游仓库。
上游文件元数据
.gitattributes18.27 KBcheckpoints/brdf/dense/args.txt2.14 KBcheckpoints/brdf/dense/checkpoints/last.pth2.55 GBcheckpoints/brdf/sparse.pth3.99 GBcheckpoints/rgb/dense/args.txt2.20 KBcheckpoints/rgb/dense/checkpoints/last.pth2.55 GBcheckpoints/rgb/sparse.pth3.99 GBdatasets/brdf/dtc_example/scene000_000_Birdhouse/env/000.exr3.01 MBdatasets/brdf/dtc_example/scene000_000_Birdhouse/env/001.exr3.01 MBdatasets/brdf/dtc_example/scene000_000_Birdhouse/env/002.exr3.01 MBdatasets/brdf/dtc_example/scene000_000_Birdhouse/env/003.exr3.01 MBdatasets/brdf/dtc_example/scene000_000_Birdhouse/env/004.exr3.01 MB
硬件建议
仓库文件元数据合计 13.42 GB。 实际显存与内存由精度、量化方式、上下文长度、批量、并发、MoE 专家加载方式和推理框架共同决定,不能只凭参数名或仓库大小作部署承诺;应在目标格式和目标硬件上实测。
注意事项
许可证显示为“cc-by-nc-4.0”,具体用途限制、附加政策和归属要求仍以上游原文为准。 该仓库需要由用户本人按上游要求申请访问,是否批准及何时批准由资源权利方决定。 模型输出、工具调用和生成内容可能出现错误、偏见或安全风险,面向业务前应建立任务级评测、权限隔离和人工确认。
获取、校验与交付
咨询此资源时只需发送本页链接或资源准确全称。橙子AI科技会继续核对版本、文件与类型、README资料卡、许可证和访问条件,并在合法访问权限、许可证及平台规则允许的前提下,协助海内外下载、完整性校验及网盘或硬盘交付;本官网本身不托管或下载资源文件。
- 大模型获取与国内转存服务
- 大模型怎么下载:Hugging Face 官方方式与国内交付完整指南
- 国内下载 Hugging Face 模型很慢或经常中断怎么办
- DeepSeek、ChatGPT、豆包、Kimi 能否下载到本地
本页面为橙子AI科技基于固定版本上游卡片整理的中文信息与服务说明,不代表资源作者或平台官方页面。实际许可、访问和使用条件以上游原文为准。