- Make VisSatSatelliteStereo and
SatelliteSurfaceReconstruction
available to your python interpreter-
Option 1: Add
VisSatSatelliteStereo
andSatelliteSurfaceReconstruction
to the python path- Add
ssr
(in theSatelliteSurfaceReconstruction
directory)export PYTHONPATH="${PYTHONPATH}:/path/to/SatelliteSurfaceReconstruction"
- Add
lib
etc. (in theVisSatSatelliteStereo
directory)export PYTHONPATH="${PYTHONPATH}:/path/to/VisSatSatelliteStereo"
- This allows to run your pipeline (later) with
cd /path/to/SatelliteSurfaceReconstruction/ssr
python run_pipeline.py
(see the sectionRun the SSR Pipeline
below)
- Add
-
Option 2: Use and IDE like Pycharm to manage the project dependencies
- For example in
Pycharm
File
/Open...
/ SelectSatelliteSurfaceReconstruction
File
/Open...
/ SelectVisSatSatelliteStereo
and attach it to the currentSatelliteSurfaceReconstruction
project- Go to
File / Settings / Project: SatelliteSurfaceReconstruction / Project Dependencies
- Select
SatelliteSurfaceReconstruction
- Make sure that
VisSatSatelliteStereo
is selected
- Select
- For example in
-