-
Notifications
You must be signed in to change notification settings - Fork 2
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
TIFF file size exceeded #13
Comments
@elissahou According to that link, Agisoft fixed this bug in Metashape 1.6.3 You can upgrade to Metashape 1.6 by replacing this line in the
(And, I'm guessing you might also need to activate Metashape again.) Since the jump from Metashape 1.5 to Metashape 1.6 is a breaking change, it's likely that some of the functions (or their parameters) in the Metashape API will have changed, thereby breaking our scripts. A full list of these changes is available in their change log. So if you decide to update to Metashape 1.6, you will probably also have to update all of the scripts that use the Metashape API to ensure they are still using the API correctly. And then, you will probably have to run it on the small, |
Update |
For anyone else stumbling upon this issue, it might also be possible to use just Metashape 1.6 for the Just a cautionary note that I don't know how the licensing will work in that case, but it might be worth a try. |
(seems to be related to this)
libtiff error: Maximum TIFF file size exceeded
libtiff error: Maximum TIFF file size exceeded
Traceback (most recent call last):
File "scripts/export_ortho.py", line 25, in
chunk.exportOrthomosaic(args.out)
RuntimeError: TIFFWriteTile: unexpected error: out/6217West/stitch-lowQual/ortho.tiff
The text was updated successfully, but these errors were encountered: