You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a 10-band duo camera system and was trying to do batch-aligning every captures from an ImageSet. I followed the Alignment-10Band.ipynb until the Unwrap and Align step. From here, I used the generated warp matrices to do the Crop Aligned Images steps for every capture in the image set via a loop through ImageSet.captures. I also put a tracking index through the loop to monitor
Things went well for the first several tens of captures. However, I got the LibRawIOError: b'Input/output error' once the index got to 48. I'd really appreciate if someone could tell me where I'm wrong. The code is attached as below.
The text was updated successfully, but these errors were encountered:
This seems like a corrupt image file if most of the images work. In this case I usually just remove the capture and go on; with good flight overlap there should be plenty of other images in the same area.
Hello,
I am using a 10-band duo camera system and was trying to do batch-aligning every captures from an ImageSet. I followed the Alignment-10Band.ipynb until the Unwrap and Align step. From here, I used the generated warp matrices to do the Crop Aligned Images steps for every capture in the image set via a loop through ImageSet.captures. I also put a tracking index through the loop to monitor
Things went well for the first several tens of captures. However, I got the LibRawIOError: b'Input/output error' once the index got to 48. I'd really appreciate if someone could tell me where I'm wrong. The code is attached as below.
The text was updated successfully, but these errors were encountered: