-
Notifications
You must be signed in to change notification settings - Fork 56
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
error report in python version #31
Comments
Here is the point clouds I have used, which is produced by voxel downsample from 3DMatch dataset. |
Please also provide the input correspondence data. |
There is no input correspondence data. I use Open3d to calculate FPFH features and then estimate initial correspondence. Here is my test code, which is modified from example_fpfh_fcgf.py. |
If you plan to use downsampled sparse point cloud (5000 points) to calculate FPFH features, |
The bug is fixed, please download the newest code. |
Thanks ! I would like to try it ! |
I have run the fixed python code on 3DMatch dataset and get the results "RE: 2.26 TE: 7.14cm", which is different from the results on the paper. Is it normal? Or could you provide your registration results? |
Here is my impliment details. First, we downsample the original point clouds wich voxel size 0.05 and store them. When testing, we calculate the FPFH features and run your fixed codes to get the registration results. |
Hi, I found that in some pairs of source and target point clouds, there exists an error.
Looking forward to your reply!
(pugeo) siyuren_21@ss420f:~/data1/siyuren_21/3D-Registration-with-Maximal-Cliques-main$ /home/siyuren_21/anaconda3/envs/pugeo/bin/python /home/siyuren_21/data1/siyuren_21/3D-Registration-with-Maximal-Cliques-main/main_rmc_1.py Graph construction: 12.66ms Search maximal cliques: 1973.51ms Total: 41546 After filtered: 4838 Traceback (most recent call last): File "/home/siyuren_21/data1/siyuren_21/3D-Registration-with-Maximal-Cliques-main/main_rmc_1.py", line 344, in <module> pred_trans,pred_trans1,spend_time=test(src_path,tgt_path) File "/home/siyuren_21/data1/siyuren_21/3D-Registration-with-Maximal-Cliques-main/main_rmc_1.py", line 283, in test batch_A = src_pts[list(macs[group[i][0]])][None] IndexError: list index out of range
The text was updated successfully, but these errors were encountered: