ewrfcas / MVSFormer

Codes of MVSFormer: Multi-View Stereo by Learning Robust Image Features and Temperature-based Depth (TMLR2023)
Apache License 2.0
175 stars 10 forks source link

自建数据集如何获取depths_raw #19

Open x-ray990011 opened 1 year ago

x-ray990011 commented 1 year ago

我如果是普通相机拍摄的照片,那我该如何获取depths_raw呢,我看dtu数据集本身也未带depths_raw,您是如何操作获取的呢,感谢您的回复

maybeLx commented 1 year ago

我如果是普通相机拍摄的照片,那我该如何获取depths_raw呢,我看dtu数据集本身也未带depths_raw,您是如何操作获取的呢,感谢您的回复

测试时,并不需要depth, 我们的目的是为了预测当前视角的深度。 在DTU数据集测试时depths_raw,是为了想评估depth 的质量,拿预测的depth和GT对比。

laomeng0703 commented 1 year ago

如果我用自己的相机拍摄的照片放到模型里的话,是不是相机的内参和外参必须提前计算出来?如果外参是必须的话,那么使用什么方法或者什么工具能比较简单地计算呢?

karimcossentini commented 1 year ago

@laomeng0703 check this out: https://github.com/YoYo000/MVSNet/issues/76

laomeng0703 commented 1 year ago

@laomeng0703 check this out: YoYo000/MVSNet#76

Thanks a lot :)