why do we can't multiply scale in file model.py when interpoate the pred_disp?
dreamhua82 opened this issue · 1 comments
dreamhua82 commented
Hi, I have two questions to ask you.
1、In your model.py # line 97, why don't multiply the resize scale as do in refinement module?
Is that mean, we have finished training, This is the last result, so we don't multiply the scale any more when we do interpolate?
2、why don't use the full resolution to construct multi-scale cost volume. (i.e. H, H/2, H/3), is that only for save GPU memory?
Thanks,