video_camera_calibration_droidcalib_mapper¶
Extract camera intrinsics from videos using DroidCalib.
Notice: This operator will download the DroidCalib component from GitHub at runtime. This component follows the AGPL-3.0 license, please be aware for commercial use.
使用 DroidCalib 从视频中提取相机内参。
注意:此算子将在运行时从 GitHub 下载 DroidCalib 组件。该组件遵循 AGPL-3.0 许可证,商业使用请注意相关合规要求。
Type 算子类型: mapper
Tags 标签: gpu, video
🔧 Parameter Configuration 参数配置¶
name 参数名 |
type 类型 |
default 默认值 |
desc 说明 |
|---|---|---|---|
|
typing.Optional[str] |
|
Path to the model weights. |
|
<class ‘list’> |
|
Target image size [height, width]. |
|
<class ‘int’> |
|
Frame stride. |
|
<class ‘int’> |
|
Maximum number of frames to process. |
|
<class ‘int’> |
|
Buffer size for Droid. |
|
<class ‘float’> |
|
Weight for translation / rotation components of flow. |
|
<class ‘float’> |
|
Motion threshold before considering new keyframe. |
|
<class ‘int’> |
|
Number of warmup frames. |
|
<class ‘float’> |
|
Threshold to create a new keyframe. |
|
<class ‘float’> |
|
Add edges between frames within this distance. |
|
<class ‘int’> |
|
Frontend optimization window. |
|
<class ‘int’> |
|
Force edges between frames within radius. |
|
<class ‘int’> |
|
Non-maximal suppression of edges. |
|
<class ‘float’> |
|
Backend threshold. |
|
<class ‘int’> |
|
Backend radius. |
|
<class ‘int’> |
|
Backend NMS. |
|
<class ‘bool’> |
|
Whether to upsample. |
|
<class ‘bool’> |
|
Whether to disable visualization. |
|
<class ‘bool’> |
|
|
|
<class ‘str’> |
|
|
|
`` |
||
|
`` |