OpenDroneMap-NodeODM/tests/odm_options.json

1 wiersz
26 KiB
JSON
Czysty Zwykły widok Historia

2023-01-28 16:28:28 +00:00
{"-h": {"action": "help", "default": "==SUPPRESS==", "help": "show this help message and exit"}, "--project-path": {"metavar": "<path>", "action": "<class 'config.StoreValue'>", "help": "Path to the project folder. Your project folder should contain subfolders for each dataset. Each dataset should have an \"images\" folder."}, "name": {"metavar": "<dataset name>", "action": "<class 'config.StoreValue'>", "type": "<class 'str'>", "default": "code", "nargs": "?", "help": "Name of dataset (i.e subfolder name within project folder). Default: %(default)s"}, "--end-with": {"metavar": "<string>", "action": "<class 'config.StoreValue'>", "default": "odm_postprocess", "choices": "['dataset', 'split', 'merge', 'opensfm', 'openmvs', 'odm_filterpoints', 'odm_meshing', 'mvs_texturing', 'odm_georeferencing', 'odm_dem', 'odm_orthophoto', 'odm_report', 'odm_postprocess']", "help": "End processing at this stage. Can be one of: %(choices)s. Default: %(default)s"}, "--rerun": {"metavar": "<string>", "action": "<class 'config.StoreValue'>", "choices": "['dataset', 'split', 'merge', 'opensfm', 'openmvs', 'odm_filterpoints', 'odm_meshing', 'mvs_texturing', 'odm_georeferencing', 'odm_dem', 'odm_orthophoto', 'odm_report', 'odm_postprocess']", "help": "Rerun this stage only and stop. Can be one of: %(choices)s. Default: %(default)s"}, "--rerun-all": {"action": "<class 'config.StoreTrue'>", "nargs": "0", "default": "False", "help": "Permanently delete all previous results and rerun the processing pipeline."}, "--rerun-from": {"action": "<class 'config.RerunFrom'>", "metavar": "<string>", "choices": "['dataset', 'split', 'merge', 'opensfm', 'openmvs', 'odm_filterpoints', 'odm_meshing', 'mvs_texturing', 'odm_georeferencing', 'odm_dem', 'odm_orthophoto', 'odm_report', 'odm_postprocess']", "help": "Rerun processing from this stage. Can be one of: %(choices)s. Default: %(default)s"}, "--min-num-features": {"metavar": "<integer>", "action": "<class 'config.StoreValue'>", "default": "10000", "type": "<class 'int'>", "help": "Minimum number of features to extract per image. More features can be useful for finding more matches between images, potentially allowing the reconstruction of areas with little overlap or insufficient features. More features also slow down processing. Default: %(default)s"}, "--feature-type": {"metavar": "<string>", "action": "<class 'config.StoreValue'>", "default": "sift", "choices": "['akaze', 'hahog', 'orb', 'sift']", "help": "Choose the algorithm for extracting keypoints and computing descriptors. Can be one of: %(choices)s. Default: %(default)s"}, "--feature-quality": {"metavar": "<string>", "action": "<class 'config.StoreValue'>", "default": "high", "choices": "['ultra', 'high', 'medium', 'low', 'lowest']", "help": "Set feature extraction quality. Higher quality generates better features, but requires more memory and takes longer. Can be one of: %(choices)s. Default: %(default)s"}, "--matcher-type": {"metavar": "<string>", "action": "<class 'config.StoreValue'>", "default": "flann", "choices": "['bow', 'bruteforce', 'flann']", "help": "Matcher algorithm, Fast Library for Approximate Nearest Neighbors or Bag of Words. FLANN is slower, but more stable. BOW is faster, but can sometimes miss valid matches. BRUTEFORCE is very slow but robust.Can be one of: %(choices)s. Default: %(default)s"}, "--matcher-neighbors": {"metavar": "<positive integer>", "action": "<class 'config.StoreValue'>", "default": "0", "type": "<class 'int'>", "help": "Perform image matching with the nearest images based on GPS exif data. Set to 0 to match by triangulation. Default: %(default)s"}, "--use-fixed-camera-params": {"action": "<class 'config.StoreTrue'>", "nargs": "0", "default": "False", "help": "Turn off camera parameter optimization during bundle adjustment. This can be sometimes useful for improving results that exhibit doming/bowling or when images are taken with a rolling shutter camera. Default: %(default)s"}, "--cameras": {"default": "", "metavar": "<json>", "action": "<class 'config.StoreValue'>", "type": "<function path_or_json_string at