-
Notifications
You must be signed in to change notification settings - Fork 1
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:Why are there some black point clouds around the obtained point cloud? #12
Comments
Hi, these black points can be considered as noise points, which will affect the accuracy metric. These noise points can be filtered out by increasing the thresholds (confidence and geometric thresholds) at the fusion stage. Or you can change here, in our implementation, the confidence map of the last stage is applied for fusion. Another way is to multiply the confidence maps of all stages together as the final confidence map, like:
Of course you need to adjust the confidence threshold accordingly. The latter is a more rigorous filtering method that produces point clouds with fewer noisy points. |
|
@KAWHIPAUL |
Hello, I want to ask, you asked before that there is noise around your point cloud, you solved this problem, if it is solved, can you please tell me the specific operation, thank you very much |
|
After you change the conf index to 0.2, can the visualization effect correspond to the article? After you modify the indicators, the relevant parts in the test_dypcd_dtu.py file have been modified. Photometric _ confidence = confidence _ list [0] * confidence _ list [1] * confidence _ list [2] * confidence _ list [3]. After I revised the index to 0.2, the index is very close to the article. I suggest you try it several times. Are you still doing the follow-up research on this article?
…---Original---
From: "Ye ***@***.***>
Date: Tue, Jul 2, 2024 11:12 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [TQTQliu/ET-MVSNet] test:Why are there some black point clouds around the obtained point cloud? (Issue #12)
Hope to receive your reply! I have some doubts about the point cloud results obtained from testing: Why are there some black point clouds around the obtained point cloud?
Hello, I want to ask, you asked before that there is noise around your point cloud, you solved this problem, if it is solved, can you please tell me the specific operation, thank you very much
Sorry, I can't get the metrics in the paper and a good visualization at the same time. According to the author's answer, I changed the conf to 0.2, and there will be a lot fewer black dots, but the indicators will be worse. Hope it helps.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Thank you for your answer. I am still continuing to study this issue. Can you provide me with a contact information for easy communication? |
OKOK,my wechat 18993571134 |
Hope to receive your reply! I have some doubts about the point cloud results obtained from testing:
Why are there some black point clouds around the obtained point cloud?
The text was updated successfully, but these errors were encountered: