Closed youwyu closed 2 weeks ago
Hi, currently I don’t have support for batch computing and supporting this would require some modifications to the source code. However there’s a quick hack I can think of: you can stack all of the images in one direction and add enough zero padding (wider than max disparity level) between every two nearby images so that they won’t interfere with each other.
Thank you for your quick and helpful response. This is an easy but good solution. I have a followup: May I ask how can we generate (simulate) test/left1.png since from the whole code I only found the D415 pattern for test/left2.png. The pattern for test/left.png seems like the D435 pattern.
May I ask how to parallel compute multiple image pairs? Such as left and right images with shape [N, height, width].