-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test on Tanks and Temples #33
Comments
Well, I guess I realize the reason. You ignore the |
@caoPhoenix 您好,不知道您是怎么解决这个问题的,我在colmap2mvsnet 相机转化参数 设置的depth_interval = 2 产生的深度图完全是错误的 |
@caoPhoenix ,您好,我想请教您如何完成CasMVSNet在tank数据集重建点云,感谢您的回复,我被这个问题困扰一周了。 |
不好意思哈,我没有在tanks 数据集上实现过。 你可以加一个MVS的群 。里面有很多大佬可能能够为你解惑。https://zhuanlan.zhihu.com/p/439210991
…------------------ 原始邮件 ------------------
发件人: "kwea123/CasMVSNet_pl" ***@***.***>;
发送时间: 2022年4月20日(星期三) 上午10:03
***@***.***>;
***@***.******@***.***>;
主题: Re: [kwea123/CasMVSNet_pl] Test on Tanks and Temples (#33)
@caoPhoenix ,您好,我想请教您如何完成CasMVSNet在tank数据集重建点云,感谢您的回复,我被这个问题困扰一周了。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
谢谢您的回复和指导,感谢
…---Original---
From: ***@***.***>
Date: Wed, Apr 20, 2022 10:05 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [kwea123/CasMVSNet_pl] Test on Tanks and Temples (#33)
不好意思哈,我没有在tanks 数据集上实现过。 你可以加一个MVS的群 。里面有很多大佬可能能够为你解惑。https://zhuanlan.zhihu.com/p/439210991
------------------ 原始邮件 ------------------
发件人: "kwea123/CasMVSNet_pl" ***@***.***>;
发送时间: 2022年4月20日(星期三) 上午10:03
***@***.***>;
***@***.******@***.***>;
主题: Re: [kwea123/CasMVSNet_pl] Test on Tanks and Temples (#33)
@caoPhoenix ,您好,我想请教您如何完成CasMVSNet在tank数据集重建点云,感谢您的回复,我被这个问题困扰一周了。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi, thanks for your excellent works.
I run the code of origin CasMVSNet, and test on Tanks and Temples with their pretrained model.
Then I found that if I don't adjust the number of planes(which is "48,32,8"), the result point cloud looks bad. And after I adjusting the number of the plane of the coarsest level to 160(or 192), the result point cloud is much better.
And I noticed that in your eval.py code, the number of planes is still "48,32,8", and your release had mentioned that Fusion results for all scans using default parameters. What's more, the point cloud you provide focus on a smaller scene range, while it contains much more points than what I got in origin CasMVSNet(after I adjust the number of the plane of the coarsest level).
I wonder how you achieve the wonderful result. Thank you very much!
What's more, I notice that the strategy which you set the depth_interval of scan in Tanks and Temples seems doesn't fit the relationship of n_depths(48×4=192) and interval (according to your comment). Could this be the reason?
The text was updated successfully, but these errors were encountered: