gfacciol
gfacciol
Dear Anne-Sophie, I see three issues here. a. Your ROI seems to be almost entirely empty. Let's try running with in your main config.json file ( just for testing): "roi":...
Yes, it is possible to process spot6/7 imagery with s2p. If you have an issue just let us know. On Wed, Nov 25, 2020 at 5:46 AM sadra313 wrote: >...
Hi, the version in MISS3D is not being maintained, please use https://github.com/cmla/s2p instead. The installation will be much easier too. Best - On Sun, Aug 30, 2020 at 12:38 PM...
You should be able to install also with: > pip3 install s2p but first check if the system dependencies are satisfied: > sudo apt install libgdal-dev gdal-bin > sudo apt...
Hi, this issue is most probably solved in the current version of s2p. You can find it here: https://github.com/cmla/s2p
Hi! This is really strange, could you upload the content of one tile (with the current results too) to check what is going on? One from the center would be...
Thanks for the images! Looking at the logs it seems that the rectification failed, here is the line that indicates that no keypoint matches were found: > WARNING: sift.matches_on_rpc_roi: found...
Thanks Alex, From the stack trace it seems that the sift that is applied on the "corresponding_roi" (line 272), is actually trying to read a tile outside of the image...
The disparity range is not being estimated because of lack of sift matches. Could you try running the pipeline by setting the option: cfg['sift_match_thresh'] = 0.8 ? On Thu, Apr...
Well your process peaks at ~35 Gb of RAM [image: image.png] The reason is that sift failed to find matches and so the disparity range is set to the maximum...