# image_sam_3d_body_mapper SAM 3D Body (3DB) is a promptable model for single-image full-body 3D human mesh recovery (HMR). SAM 3D Body(3DB)是一种可提示的模型,用于从单张图像中恢复完整人体的3D网格(HMR)。 Type 算子类型: **mapper** Tags 标签: gpu, image ## 🔧 Parameter Configuration 参数配置 | name 参数名 | type 类型 | default 默认值 | desc 说明 | |--------|------|--------|------| | `checkpoint_path` | | `''` | Path to SAM 3D Body model checkpoint. | | `detector_name` | | `'vitdet'` | Human detection model for demo (Default `vitdet`, add your favorite detector if needed). | | `segmentor_name` | | `'sam2'` | Human segmentation model for demo (Default `sam2`, add your favorite segmentor if needed). | | `fov_name` | | `'moge2'` | FOV estimation model for demo (Default `moge2`, add your favorite fov estimator if needed). | | `mhr_path` | | `''` | Path to MoHR/assets folder (or set SAM3D_mhr_path). | | `detector_path` | | `''` | Path to human detection model folder (or set SAM3D_DETECTOR_PATH). | | `segmentor_path` | | `''` | Path to human segmentation model folder (or set SAM3D_SEGMENTOR_PATH). | | `fov_path` | | `''` | Path to fov estimation model folder (or set SAM3D_FOV_PATH). | | `bbox_thresh` | | `0.8` | Bounding box detection threshold. | | `use_mask` | | `False` | Use mask-conditioned prediction (segmentation mask is automatically generated from bbox). | | `visualization_dir` | | `None` | Directory to save visualization results. If None, no visualization will be saved. | | `tag_field_name` | | `'sam_3d_body_data'` | Field name for storing the results. | | `args` | | `''` | | | `kwargs` | | `''` | | ## 🔗 related links 相关链接 - [source code 源代码](../../../data_juicer/ops/mapper/image_sam_3d_body_mapper.py) - [unit test 单元测试](../../../tests/ops/mapper/test_image_sam_3d_body_mapper.py) - [Return operator list 返回算子列表](../../Operators.md)