-
Install GDAL
- Option 1: (Recommended)
conda install gdal libgdal- Activate (or re-activate) your conda environment and make sure gdal environment variables are correctly configured
echo $PROJ_LIB
- RESTART Pycharm to parse the current environment variables!
- Activate (or re-activate) your conda environment and make sure gdal environment variables are correctly configured
- Tested versions: GDAL 3.3.2 with
Python 3.8
- Option 2:
- Follow the original GDAL install instructions here
- Tested versions: GDAL 2.4.2 with
Python 3.6, released 2019/06/28
- Option 1: (Recommended)
-
Install VisSatSatelliteStereo
- Option 1: Updated VisSatSatelliteStereo (Recommended)
- Clone the repository
git clone -b main git@github.com:SBCV/VisSatSatelliteStereo.gitpip install -r requirements.txt
- Use our
SatelliteSurfaceReconstruction/requirements.txtinstead ofVisSatSatelliteStereo/requirements.txt
- Clone the repository
- Option 2: Original VisSatSatelliteStereo
- Note: Supports only numpy versions
< 1.20 - Latest tested version of VisSatSatelliteStereo: commit c6cb1b4
- Clone the repository
git clone https://github.com/Kai-46/VisSatSatelliteStereopip install -r requirements.txt- For Python 3.8 use our
SatelliteSurfaceReconstruction/requirements.txtinstead ofVisSatSatelliteStereo/requirements.txt
- For Python 3.8 use our
- Note: Supports only numpy versions
- For both options, make sure to ADJUST/REMOVE the
--SiftExtraction.num_threads 32parameter in colmap_sfm_commands.py- See this issue
- Option 1: Updated VisSatSatelliteStereo (Recommended)