MVSNet_pytorch icon indicating copy to clipboard operation
MVSNet_pytorch copied to clipboard

Terrible reconstruction effect on TankandTemples dataset

Open YuhsiHu opened this issue 3 years ago • 9 comments

pre-trained model cannot reconstruct on other dataset, such as TankandTemples. I resized the images from TankandTemples to 1600X1200 but the result is not good. All of those are like this image

YuhsiHu avatar Mar 03 '21 13:03 YuhsiHu

please teach me how to eval in tank datasets,i can't do it

wangchengze001 avatar Apr 19 '22 05:04 wangchengze001

@wangchengze001 I also encountered the same problem, how did you solve this problem in the end?

zhao-you-fei avatar Oct 14 '22 07:10 zhao-you-fei

@YuhsiHu @xy-guo May I ask how to test directly on the tank data set, the current error message seems to be caused by the size of the input image. 2022-10-05_18-21 Looking forward to your reply

zhao-you-fei avatar Oct 14 '22 08:10 zhao-you-fei

@YuhsiHu @wangchengze001 @xy-guo 请教一下,这个网络是不能测试tank and temples数据集嘛?为啥都是稀疏点

zhao-you-fei avatar Nov 06 '22 13:11 zhao-you-fei

那个相机内参需要调整一下,我很久没做实验了,文件找不到了,就记着是这个解决思路了。

---Original--- From: @.> Date: Sun, Nov 6, 2022 21:07 PM To: @.>; Cc: @.@.>; Subject: Re: [xy-guo/MVSNet_pytorch] Terrible reconstruction effect onTankandTemples dataset (#23)

@YuhsiHu @wangchengze001 @xy-guo 请教一下,这个网络是不能测试tank and temples数据集嘛?为啥都是稀疏点

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

wangchengze001 avatar Nov 08 '22 06:11 wangchengze001

感谢您的回复,我对eval.py文件做了如下修改: intrinsics[:2, :] /= 4 color = ref_img[1:-24:4, 1::4, :][valid_points]

改成了大于0.6 view=3 得到下边的效果,看起来并不是很好,请问该修改什么参数提高mvsnet_pytorch在tt数据集上的的效果

------------------ 原始邮件 ------------------ 发件人: "xy-guo/MVSNet_pytorch" @.>; 发送时间: 2022年11月8日(星期二) 下午2:01 @.>; @.@.>; 主题: Re: [xy-guo/MVSNet_pytorch] Terrible reconstruction effect on TankandTemples dataset (#23)

那个相机内参需要调整一下,我很久没做实验了,文件找不到了,就记着是这个解决思路了。

---Original--- From: @.> Date: Sun, Nov 6, 2022 21:07 PM To: @.>; Cc: @.@.>; Subject: Re: [xy-guo/MVSNet_pytorch] Terrible reconstruction effect onTankandTemples dataset (#23)

@YuhsiHu @wangchengze001 @xy-guo 请教一下,这个网络是不能测试tank and temples数据集嘛?为啥都是稀疏点

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.> — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

zhao-you-fei avatar Nov 11 '22 03:11 zhao-you-fei

请问你们解决了么?我在自采数据集上做测试,也遇到了同样的问题,得到的点云十分稀疏。尝试修改参数,效果都不是很好。

insomniaaac avatar Mar 24 '23 08:03 insomniaaac

请问有人解决了自采数据的测试问题吗 也是生成的深度和点云不对 效果差

hhl134 avatar Jun 20 '23 02:06 hhl134

我也遇到了同样的问题,在自采数据集中得到的点云很稀疏,效果差

crescent-even avatar Nov 07 '23 07:11 crescent-even