s2p icon indicating copy to clipboard operation
s2p copied to clipboard

This repository is not maintained, please use https://github.com/centreborelli/s2p instead.

Results 28 s2p issues
Sort by recently updated
recently updated
newest added

Is there a reason why the S2P repo is both at https://github.com/MISS3D/s2p and https://github.com/centreborelli/s2p? Searching on Google for "Satellite Stereo Pipeline" brings the first one, but it appears that no...

Hi, I am working with Spot 7 data. Unlike the processing with the Pléiade data, none of dsm.tif (in tiles folders) or dsm.vrt are calculated. Moreover some cloud.ply files are...

Hi, I'm using : ` Ubuntu 16.04 Python 3.5 Gdal 2.2.2 ` I installed s2p and then ran the example in the description. I faced with the bellow error: >...

Hi: I run s2p with pleiades images on my laptop and AWS server separately. However, I got error from AWS while the exact same code and configuration can run on...

It is not possible to generate colored point clouds. Even if the input image is colored, the R, G, and B values of each point of the resulting point cloud...

I read through the commit history which said that the s2p is not using SRTM (DEM) anymore. I want to know how s2p can make the result (DSM) has the...

Hi, To run the s2p pipeline I need pancromatic only orn I need make pansharpening with multispectral before? My input data are Preiades Tristereo. Thanks Best Valerio

It seems that the egm96-15.pgm geoid file is missing in the cmla/s2p docker. This file should be in the following folder : /usr/local/lib/python3.6/dist-packages/c/

Color description ================= ```python >>> import s2plib.stereo_matching_algo.stereo_matching as st >>> st.StereoMatching.__subclasses__() [] >>> st.StereoMatching.stereo_methods_avail {} >>> import s2plib.stereo_matching_algo.mgm as mgm >>> st.StereoMatching.__subclasses__() [, ] >>> st.StereoMatching.stereo_methods_avail {'mgm': , 'mgm_multi': }...

# Summary This PR migrates all our tests to a real unit test framework. I choosed unittest as it is the standard python framework, requiring no additional dependencies. Implementation details:...