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 说明 |
|---|---|---|---|
|
<class 'str'> |
|
Path to SAM 3D Body model checkpoint. |
|
<class 'str'> |
|
Human detection model for demo (Default |
|
<class 'str'> |
|
Human segmentation model for demo (Default |
|
<class 'str'> |
|
FOV estimation model for demo (Default |
|
<class 'str'> |
|
Path to MoHR/assets folder (or set SAM3D_mhr_path). |
|
<class 'str'> |
|
Path to human detection model folder (or set SAM3D_DETECTOR_PATH). |
|
<class 'str'> |
|
Path to human segmentation model folder (or set SAM3D_SEGMENTOR_PATH). |
|
<class 'str'> |
|
Path to fov estimation model folder (or set SAM3D_FOV_PATH). |
|
<class 'float'> |
|
Bounding box detection threshold. |
|
<class 'bool'> |
|
Use mask-conditioned prediction (segmentation mask is automatically generated from bbox). |
|
<class 'str'> |
|
Directory to save visualization results. If None, no visualization will be saved. |
|
<class 'str'> |
|
Field name for storing the results. |
|
|
||
|
|