Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

RROR: Failed to parse options - unrecognised option '--export_path'. #85

Description

@subh-775

got this error while ### Reconstruction

@title Reconstruction.

@markdown Run structure-from-motion to compute camera parameters.

refine_principal_point = True #@PARAM {type:"boolean"}
min_num_matches = 30# @PARAM {type: 'number'}
filter_max_reproj_error = 2 # @PARAM {type: 'number'}
tri_complete_max_reproj_error = 2 # @PARAM {type: 'number'}

!colmap mapper
--Mapper.ba_refine_principal_point {int(refine_principal_point)}
--Mapper.filter_max_reproj_error $filter_max_reproj_error
--Mapper.tri_complete_max_reproj_error $tri_complete_max_reproj_error
--Mapper.min_num_matches $min_num_matches
--database_path "{str(colmap_db_path)}"
--image_path "{str(colmap_rgb_dir)}"
--export_path "{str(colmap_out_path)}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions