video_hand_reconstruction_hawor_mapper¶
Use HaWoR and MoGe-2 for hand reconstruction.
使用 HaWoR 和 MoGe-2 进行手部重建。
Type 算子类型: mapper
Tags 标签: gpu, video
🔧 Parameter Configuration 参数配置¶
name 参数名 |
type 类型 |
default 默认值 |
desc 说明 |
|---|---|---|---|
|
<class 'str'> |
|
The path to 'hawor.ckpt'. for the HaWoR model. |
|
<class 'str'> |
|
The path to 'model_config.yaml' for the HaWoR model. |
|
<class 'str'> |
|
The path to 'detector.pt' for the HaWoR model. |
|
<class 'str'> |
|
The path to 'MANO_RIGHT.pkl'. Users need to download this file from https://mano.is.tue.mpg.de/ and comply with the MANO license. |
|
<class 'str'> |
|
The path to 'MANO_LEFT.pkl'. Users need to download this file from https://mano.is.tue.mpg.de/ and comply with the MANO license. Used for accurate left-hand wrist offset computation (with shapedirs bug-fix). |
|
<class 'str'> |
|
The field name where the video frames are stored. |
|
<class 'str'> |
|
The field name where the camera calibration info is stored. |
|
<class 'str'> |
|
The field name to store the tags. It's "hand_reconstruction_hawor_tags" in default. |
|
<class 'float'> |
|
The confidence threshold for hand detection. Default is 0.2. |
|
`` |
extra args |
|
|
`` |
extra args |