video_camera_pose_megasam_mapper¶
Extract camera poses by leveraging MegaSaM and MoGe-2.
利用 MegaSaM 和 MoGe-2 提取相机位姿。
Type 算子类型: mapper
Tags 标签: gpu, video
🔧 Parameter Configuration 参数配置¶
name 参数名 |
type 类型 |
default 默认值 |
desc 说明 |
|---|---|---|---|
|
<class ‘str’> |
|
The field name to store the tags. It’s “video_camera_pose_tags” in default. |
|
<class ‘str’> |
|
The field name where the video frames are stored. |
|
<class ‘str’> |
|
The field name where the camera calibration info is stored. |
|
<class ‘int’> |
|
Maximum number of frames to save. |
|
<class ‘int’> |
|
DROID SLAM pre-allocated frame buffer size. Controls GPU memory usage — each buffer slot pre-allocates correlation volumes on GPU. Default 1024, sufficient for clips up to ~100 frames. Reduce for shorter clips to save VRAM, increase for longer videos. |
|
<class ‘str’> |
|
Directory to save large numpy arrays (depth, cam_c2w) as .npy files instead of storing them inline. When set, tag_dict stores file paths (strings) instead of numpy arrays, which avoids memory limit. |
|
<class ‘bool’> |
|
Whether to prepare the environment. |
|
`` |
extra args |
|
|
`` |
extra args |