-
Notifications
You must be signed in to change notification settings - Fork 134
Creation of the bin files given path to ply file #11
Comments
Hi Tamir, I think you meant to say FPFH feature. The quick answer we can give you is using Open3D or using PCL. Please check it from this link to extract FPFH features from ply file. FYI, fast global registration will be part of Open3D. |
Hi Jaesik, Thanks for the quick answer before. I wrote a python script that creates the FPFH feautre using Open3D, this part seems to go well. I am writing the bin file according to the instructions mentioned, and when using read_features (matlab version) it seems that nothing is returned. Also, it seems that I need to set several parameters: I saw in each of FGR synthetic folders (i.e airwise_no_noise_01_rot_05) the file alignment.config. Can you please take a look at the python script link? |
I think the link for the python script is broken. Here is a guideline for parameter tuning. From #7,
When we generated synthetic dataset, we have normalized the scale of the geometry, so it is not absolute scale for radius. Therefore, it is not metric scale. What we did is we normalize the scale of the geometries, and use the relative scale that meets 1:2:5 rule. |
and please check out trouble shooting. |
Here is a code that creates the FPFH features given ply file. |
Hello,
Can you provide source code for creating the FEST features (the bin files) given a point cloud (ply file)?
Seems to me that It can help anyone trying to use FGR.
Thanks a lot,
Tamir
The text was updated successfully, but these errors were encountered: