uw-cryo / skysat_stereo

Tools and libraries for processing Planet SkySat imagery, including camera model refinement, stereo reconstruction, and orthomosaic production
MIT License
62 stars 16 forks source link

Skysat_stereo installation issue #20

Open Shaupt opened 2 years ago

Shaupt commented 2 years ago

Hi!

I've encountered the following error after trying to run the triplet pipeline script I'm a beginner with respect to conda environments etc and programming, but I think the installation was successful.

(skysat_stereo) csir@csirstell:~/skysat/skysat_stereo/scripts$ ./skysat_triplet_pipeline.py -h Traceback (most recent call last): File "skysat_triplet_pipeline.py", line 9, in from skysat_stereo import misc_geospatial as misc File "/home/csir/skysat/skysat_stereo/skysat_stereo/misc_geospatial.py", line 8, in from imview import pltlib ImportError: cannot import name 'pltlib' from 'imview' (/home/csir/miniconda3/envs/skysat_stereo/lib/python3.7/site-packages/imview/init.py).

Your feedback with this is appreciated. Many thanks.