GwcNet icon indicating copy to clipboard operation
GwcNet copied to clipboard

About the image size testing on Scene Flow datasets.

Open Zhaohuai-L opened this issue 2 years ago • 1 comments

Hi,thank you very much for your great work! The image size to test SceneFlow datasets in your paper is 960x540, 捕获

But in your code (sceneflow_dataset.py line 61), it's 960x512 and mismatch with the PSMNet's. w, h = left_img.size crop_w, crop_h = 960, 512

Zhaohuai-L avatar Aug 15 '22 12:08 Zhaohuai-L

Is it to be divisible by 16? PSMNet use the way of padding.

Zhaohuai-L avatar Aug 18 '22 11:08 Zhaohuai-L