Hi everyone,
I proposed and implemented a stereo matching algorithm, and right now I am trying to publish the results.
I tested the accuracy of the algorithm using quarter-size four Middlebury benchmark images ( Tsukuba, Venus, Teddy, Cones). The website is no longer accepting these images for evaluation, so I have written a simple Matlab script that computes the percentage of bad pixels in the disparity map with a threshold of 1 pixel. when I try to compare my work with the literature, my question is, how does the Middlebury website used to evaluate the sequence in this link
https://vision.middlebury.edu/stereo/eval/ ?