-
Notifications
You must be signed in to change notification settings - Fork 0
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
Question about the output of the coarse registration #8
Comments
Hi Hugo, |
Hi, I can't provide the files directly but they are comparable to scenes from Kitti. I seen on the geotransformer repo that they apparently had weights available for Kitti. thanks in advance, |
Maybe the problem lies in the overlap area of the two scenes? How much overlap area between the two scenes in your data? |
The area of overlap is quite large between the two clouds, half of the first and a good 1/4th of the second ... Have a good day, |
Maybe that is the problem of the domain gap between your dataset and ScanNet-GSReg. I dont think the reason is not using any spherical harmonics. It would be even better if you could provide me with your data so that I can help you find the reason. |
Hi, I tested on an interior scene from TUM-RGBD with 60% of identical frames. I transformed one half of the data in translation (part B) yet I still have bad coarse registration results... Thanks in advance, Hugo |
You can evaluate this model on the sample data (https://1drv.ms/f/c/31078419ab45666e/EiUYfzkosRpPv2zhu38kLbwBIR-GA2IvvCyMYc3VGWdFhA?e=o2MSW2) |
Thanks for your quick answer ! Have a great day, |
You should modify the code in L142 of demo.py
and the code in L148-L151 of demo.py
You can put the model and data on the cpu instead of gpu. |
Hi, Thanks for your answer. Also this is the outputs I'm having on my computer on your test data :
And those are the results obtained from another computer :
It seems there is an issue somewhere ... Thanks in advance, Hugo |
In addition, you should revise the code in the function point_to_node_partition:
My apologies for overlooking this. I will update this part as well. I'm also confused by your results. Has anyone else encountered this issue? |
Hi,
Thanks for your work,
I have two Gaussian clouds that are already aligned and I'm testing the coarse registration method with them.
However the result is quite disappointing and giving me a transform result that is far from being an identity matrix :
On top of this the scales are also off :
ref_adjust_scale = 0.09 and src_adjust_scale = 0.09
.I produced those gaussian clouds with spherical harmonics of degree 0, is it the cause of my poor results ?
Also, are the colored points in the saved
demo_outputs
clouds the points used by the superPoint matcher ?Thanks in advance,
Best regards,
Hugo
The text was updated successfully, but these errors were encountered: