-
Notifications
You must be signed in to change notification settings - Fork 16
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
Step6 Visualization results in automatic exit #13
Comments
Hi, The problem was caused by the VTK library (used for visualization of this project). You might have installed the newest version of VTK, which might conflict with old libraries from this project. I would try his suggestion of downgrading VTK to 6.x and check if the problem persists. Best, |
Hi, |
Dear Author. Then I saw this quote from you |
Hi, Sorry I am away from my computer right now, so I can't help you with the exact details. Basically, you need to define a new function (e.g customComputePairFeatures) with the implementation as in the image you sent me. Then, you will replace the lines 357-362 of this file with the call from your customComputePairFeatures function. |
Dear Author.
Really surprised!I didn't expect you to send me an email!!!
thank you very much for your reply, I will try the solution you mentioned. Wish you a wonderful day. Thanks again!
…------------------ 原始邮件 ------------------
发件人: "ktgiahieu/Fast-PPF" ***@***.***>;
发送时间: 2023年10月11日(星期三) 下午5:14
***@***.***>;
***@***.******@***.***>;
主题: Re: [ktgiahieu/Fast-PPF] Step6 Visualization results in automatic exit (Issue #13)
Hi,
Sorry I am away from my computer right now, so I can't help you with the exact details.
Basically, you need to define a new function (e.g customComputePairFeatures) with the implementation as in the image you sent me.
Then, you will replace the lines 357-362 of this file with the call from your customComputePairFeatures function.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Dear Author. |
Dear Author. As you can see in this image, the top and rightmost round parts are not matched, and I think the top and rightmost round parts are easily matched. Then you gave the solution below: Of the three solutions you gave, I tried lowering the parameters in the first and second, but the results are still not very good. The first picture is the result of the modification according to the third solution, I changed the parameter double t_sampling = 0.04 to 0.02 to get the result.What other parameters should I adjust if I want to get better recognition? Looking forward to your reply. |
Hi, The method and my cheap 3D camera is not perfect (as you can see there are a lot of black blobs on the surface of the objects on the top, because of the reflection of the surface), so for the final implementation, I added 1 more condition for Pose Verification. As you can see in the attached video, there is a blue pose (the selected pose to pick up) among green poses. When performing Pose Verification, I decreased the thresholds to took into account more poses (include more false poses) and I also took into account the z value of the pose:
Please note that with an industrial 3D camera with high quality, the steps above are unnecessary. |
Hi author, thank you very much for your open source project, I am running the code under Window system, during the run, everything is working fine in step 5, however, when I run to step 6, only the output is available, the visualization graph exits automatically and the program terminates. For your code, I did not make any changes. If you have time, could you help to check what went wrong, thank you very much. The experimental platform I am using is QT Creator and PCL library version 1.8.1.
Step 5
Step 6 When I run to step 6, the visualization automatically exits and the code run terminates without running to step 7.
The text was updated successfully, but these errors were encountered: