MVSNet icon indicating copy to clipboard operation
MVSNet copied to clipboard

why no centering is applied on dtu datset?

Open hua-wu-que opened this issue 5 years ago • 1 comments

and another question: what's the difference between inference_mem() and inference()? Thank you for your time in advance!

hua-wu-que avatar Mar 27 '20 19:03 hua-wu-que

The image centering is moved to line 272 in train.py.

inference_mem() is a memory-efficient function that, only one copy of the feature volume is kept in the memory during the network inference.

YoYo000 avatar Apr 02 '20 05:04 YoYo000