We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i run the on the colab,in Reconstruction.
refine_principal_point = True #@param {type:"boolean"} min_num_matches = 32# @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)}"
the is a bug: ERROR: Failed to parse options - unrecognised option '--export_path'.
The text was updated successfully, but these errors were encountered:
change --export_path to --output_path.
--export_path
--output_path
Sorry, something went wrong.
No branches or pull requests
i run the on the colab,in Reconstruction.
@title Reconstruction.
@markdown Run structure-from-motion to compute camera parameters.
refine_principal_point = True #@param {type:"boolean"}
min_num_matches = 32# @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)}"
the is a bug:
ERROR: Failed to parse options - unrecognised option '--export_path'.
The text was updated successfully, but these errors were encountered: