You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
Hi,
I have successfully used FGR to align a pointcloud (~27000 points) with a transformed (rotated and translated) version of itself and it worked.
I noticed that the FPFH calculations take extremely long relative to the actual FGR alignment itself.
I am trying to use FGR for a real-time application (aligning consecutive pointclouds from a bag file), and clearly the speed of the feature detection will not do.
Any ideas on how I could speed this up? Is there any way I could use CUDA/GPU to accelerate this?
Would it be possible to "save" features found with FPFH for faster FPFH computation of a subsequent pointcloud (in a real-time application)?
The text was updated successfully, but these errors were encountered:
Hi,
I have successfully used FGR to align a pointcloud (~27000 points) with a transformed (rotated and translated) version of itself and it worked.
I noticed that the FPFH calculations take extremely long relative to the actual FGR alignment itself.
I am trying to use FGR for a real-time application (aligning consecutive pointclouds from a bag file), and clearly the speed of the feature detection will not do.
Any ideas on how I could speed this up? Is there any way I could use CUDA/GPU to accelerate this?
Would it be possible to "save" features found with FPFH for faster FPFH computation of a subsequent pointcloud (in a real-time application)?
The text was updated successfully, but these errors were encountered: