xy-guo / MVSNet_pytorch

PyTorch Implementation of MVSNet
621 stars 93 forks source link

test #17

Open jackyangs opened 4 years ago

jackyangs commented 4 years ago

test.sh?

xy-guo commented 4 years ago

Please use eval.sh

jackyangs commented 4 years ago

Thank you very much for your reply.

jackyangs commented 4 years ago

No .pfm files have been generated.

dtaojun commented 2 years ago

No .pfm files have been generated.

在eval的main中,前几行有save_depth(),先运行它生成.pfm文件

In the main of eval, the first few lines have save_depth(), run it first to generate the .pfm file

zhao-you-fei commented 2 years ago

@dtaojun if name == 'main':

step1. save all the depth maps and the masks in outputs directory

save_depth()

是这样吗?

GoldenSeaC commented 2 years ago

in the scripts eval.sh: dataset=dtu_yao_eval
is that a file path or something else?