jzhangbs / Vis-MVSNet

Visibility-aware Multi-view Stereo Network
MIT License
235 stars 27 forks source link

train in tanks #29

Open liushifu12138 opened 2 years ago

liushifu12138 commented 2 years ago

How to train in tanks set ?

jzhangbs commented 2 years ago

Hi, you need to convert the ground truth point clouds to meshes and render ground truth depth maps. Also you need to prepare a dataloader for it. You can refer to the data format used in dataloaders for DTU and BlendedMVS.