Here are sample ultrawide images from the raw dataset:
There is visible distortion in the images, and I didn't find any reference to distortion in the repo except for this comment. I need to correct the distortion before performing some computer vision tasks on the ultrawide images.
AVFoundation has a distortion lookup table: https://developer.apple.com/documentation/avfoundation/avcameracalibrationdata/lensdistortionlookuptable.
And according to the paper, these images were taken on a 2020 iPad Pro. Assuming lensDistortionLookupTable is the same across 2020 iPad Pros, would someone with that model of iPad be so kind as to share the data?
Here are sample ultrawide images from the raw dataset:
There is visible distortion in the images, and I didn't find any reference to distortion in the repo except for this comment. I need to correct the distortion before performing some computer vision tasks on the ultrawide images.
AVFoundation has a distortion lookup table: https://developer.apple.com/documentation/avfoundation/avcameracalibrationdata/lensdistortionlookuptable.
And according to the paper, these images were taken on a 2020 iPad Pro. Assuming
lensDistortionLookupTableis the same across 2020 iPad Pros, would someone with that model of iPad be so kind as to share the data?