-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in ASP pipeline "cam_gen" dependency #15
Comments
Hi andylai2, |
Thanks Shashank, I see that 2.7.0 was actually specified in the README but 2.6.2 was in the linked install instructions. 2.7.0 worked for me. Is there a plan to update to ASP 3.0.0? I think that Planet has changed the formatting for the collect data and the data I am working with, collected this year, required some amount of hackiness to get skysat_stereo to run. For example, this issue came up as well as some other more minor ones. Thank you! |
Hi Andy, Yes, there is a plan to upgrade to ASP 3.0. Oleg improved the least square solver in the latest release: https://github.com/NeoGeographyToolkit/StereoPipeline/blob/master/NEWS.rst (see under misc). I tested this and it works better for camera resection procedure for the triplets, where we use the RPC model to project rays from the image onto the DEM. But there has been a lot of other modifications with stereo correlators, and the new stereo correlators do not work well with the orthorectified workflow we have in here. So it will take me some time to test and adapt here the new options. Meanwhile, these are the things i have worked (working) on, which will be in the next release. Then I can study the new ASP correlators and add in the next one :) . Thanks, |
I downloaded ASP 2.6.2 as mentioned in the README. The skysat_stereo pipeline calls
cam_gen
with a--parse-ecef
flag, but I get the following error:Is this a versioning error?
The text was updated successfully, but these errors were encountered: