shape_based_matching icon indicating copy to clipboard operation
shape_based_matching copied to clipboard

请教在arm板上正常运行的相关问题

Open wly2020-robot opened this issue 4 years ago • 10 comments

你好,我想把这套算法移植到基于linux系统的瑞微芯RK3399的arm板上运行;现在困惑的是程序运行需要的硬件配置?是不是需要GPU加速?在linux正常运行的需要哪些编译配置(比如加速,提升精度等)?

wly2020-robot avatar Dec 30 '20 09:12 wly2020-robot

arm linux可以直接用,之前在Nvidia TX2上试过。

meiqua avatar Dec 30 '20 14:12 meiqua

但是关于subpixel 的精度计算cuda_icp::RegistrationResult result = cuda_icp::ICP2D_Point2Plane_cpu(model_pcd, scene);和sim3的 deal with scale error cuda_icp::RegistrationResult result = cuda_icp::sim3::ICP2D_Point2Plane_cpu(model_pcd, scene);是不是要用到GPU处理器来计算?因为我在没有 navidia GPU处理器电脑跑算法,处理时间会明显增加。

wly2020-robot avatar Dec 31 '20 02:12 wly2020-robot

时间比用GPU肯定增加,但应该也挺快的

meiqua avatar Jan 02 '21 16:01 meiqua

能否把算法运行速率优化到50ms以内?我现在电脑上装的 image 跑下来,速率在70ms左右。

wly2020-robot avatar Jan 03 '21 03:01 wly2020-robot

这个是光ICP的时间吗

meiqua avatar Jan 03 '21 04:01 meiqua

检测时间

wly2020-robot avatar Jan 03 '21 06:01 wly2020-robot

fusion和icp柔合版本

wly2020-robot avatar Jan 03 '21 06:01 wly2020-robot

时间分别是多少?

meiqua avatar Jan 03 '21 15:01 meiqua

我说的是fusion和icp柔合版本定位检测目标耗费时间:70ms左右。当然这是在台式电脑上基于win10系统跑的。

wly2020-robot avatar Jan 04 '21 02:01 wly2020-robot

fusion跟icp分别耗时多少?

meiqua avatar Jan 04 '21 14:01 meiqua