MVSNet_pytorch icon indicating copy to clipboard operation
MVSNet_pytorch copied to clipboard

How to visualize the depth file?

Open TongWeiDP opened this issue 4 years ago • 5 comments

The depth files,such as depth_map_0002.pfm in the file of DTU training,how to visualize it?What software is used to achieve it? or using the code to visualize it ?

TongWeiDP avatar Dec 10 '20 12:12 TongWeiDP

You can use the python script visualize.py provided by original MVSNet. Also you can use https://github.com/Todd-Qi/MVSNet-PyTorch/blob/master/tools/gray2color.py

XYZ-qiyh avatar Dec 10 '20 13:12 XYZ-qiyh

You can use the python script visualize.py provided by original MVSNet. Also you can use https://github.com/Todd-Qi/MVSNet-PyTorch/blob/master/tools/gray2color.py

Hello,I trained the UCSNET network which is based on the Mvsnet network,but I encountered a problem that the loss is very high when I first started training without the pretrained model,the batch_size is one,num_gpus is one. I cannot get the author's reply,I am eager to find the the reason about it.my training parameters is same as the author's code. Have you trained the UCSNET network before? Waiting for your reply.Thanks.

TongWeiDP avatar Jan 08 '21 03:01 TongWeiDP

您好,想问下可视化深度图文件时,采用这个visualize.py时,我仅仅修改了parser.add_argument('depth_path',default='./depth_est/') 但是我并没有得到看到生成的深度图文件

XQQ1072448274 avatar Apr 22 '22 07:04 XQQ1072448274

你好,我也是遇到了相同的问题,请问你找到解决的办法了吗?

kk6398 avatar Oct 29 '22 12:10 kk6398

mvsnet的tensorflow代码里,有可视化深度图的代码

---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2022年10月29日 20:32 | | 收件人 | @.> | | 抄送至 | @.@.> | | 主题 | Re: [xy-guo/MVSNet_pytorch] How to visualize the depth file? (#20) |

你好,我也是遇到了相同的问题,请问你找到解决的办法了吗?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

TongWeiDP avatar Oct 29 '22 12:10 TongWeiDP