X-StereoLab
X-StereoLab copied to clipboard
Model Speed
Hi, Thanks for sharing your code. I have confusion about the speed of the model. As described in the paper,
Refer to the illustration in Table 2, The StereoNet used a model with a downsampling factor of 8 and 3 refinement levels (i.e., StereoNet-8x-multi) can reach a runtime=0.015s on an NVidiaTitan X, i.e., 60fps.
It indicates the model you released which contains only 1 refinement level (i.e., StereoNet-8x-single) can be faster than 60fps. However, the speed is only about 20fps when I run your code on my NVIidiaTitan X.
Is there something I have missed? Please help me figure out. Thanks
Same confusion. I doubt that maybe 0.015 isn't the corresponding time of model StereoNet-8x-multi.