Trouble Shooting / Debugging
August 4, 2022 ยท View on GitHub
- If you receive
ModuleNotFoundError: No module named 'lib'atfrom lib.rpc_model import RPCModel, then the VisSatSatelliteStereo library is not available in your python environment. - If the pipeline does not successfully terminate, use the values in
pipeline.cfgto run only specific parts of the pipeline- For example, to run only VisSat use
reconstruct_sfm_mvs = 1extract_pan = 0extract_msi = 0run_input_adapter = 1pan_sharpening = 0depth_map_recovery = 0skew_correction = 0reconstruct_mesh = 0texture_mesh = 0
- For example, to run only VisSat use