OpenDroneMap-NodeODM/tests/odm_options.json

1 wiersz
22 KiB
JSON
Czysty Zwykły widok Historia

2021-02-05 20:08:35 +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": "<project name>", "action": "<class 'config.StoreValue'>", "type": "<function alphanumeric_string at 0x7ff7d98f3b80>", "default": "code", "nargs": "?", "help": "Name of dataset (i.e subfolder name within project folder). Default: %(default)s"}, "--resize-to": {"metavar": "<integer>", "action": "<class 'config.StoreValue'>", "default": "2048", "type": "<class 'int'>", "help": "Legacy option (use --feature-quality instead). Resizes images by the largest side for feature extraction purposes only. Set to -1 to disable. This does not affect the final orthophoto resolution quality and will not resize the original images. Default: %(default)s"}, "--end-with": {"metavar": "<string>", "action": "<class 'config.StoreValue'>", "default": "odm_report", "choices": "['dataset', 'split', 'merge', 'opensfm', 'openmvs', 'odm_filterpoints', 'odm_meshing', 'mvs_texturing', 'odm_georeferencing', 'odm_dem', 'odm_orthophoto', 'odm_report']", "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']", "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']", "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": "8000", "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": "['sift', 'hahog']", "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": "['flann', 'bow']", "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. Can be one of: %(choices)s. Default: %(default)s"}, "--matcher-neighbors": {"metavar": "<integer>", "action": "<class 'config.StoreValue'>", "default": "8", "type": "<class 'int'>", "help": "Number of nearest images to pre-match based on GPS exif data. Set to 0 to skip pre-matching. Neighbors works together with Distance parameter, set both to 0 to not use pre-matching. Default: %(default)s"}, "--matcher-distance": {"metavar": "<integer>", "action": "<class 'config.StoreValue'>", "defaul