Windsrain / Selective-Stereo

[CVPR 2024 Highlight] Selective-Stereo: Adaptive Frequency Information Selection for Stereo Matching
MIT License
89 stars 8 forks source link

How much GPU memory do you need to run validation on Middlebury? #9

Closed Guptajakala closed 3 months ago

Guptajakala commented 3 months ago

When validating with Middlebury, set max_disp to 768 and set valid_iters to 80.

Did you run this on the full resolution, or half? How much memory do we need?

Windsrain commented 3 months ago

Yes, I run this on the full resolution. You can also try other resolutions. I forgot how much memory is needed for inference, but one 3090 is enough.

Guptajakala commented 3 months ago

Thanks!