issues
search
EEPT-LAB
/
DipG-Seg
The official implementation of DipG-Seg.
GNU General Public License v3.0
113
stars
16
forks
source link
耗时严重
#11
Closed
shanyuejun
closed
4 months ago
shanyuejun
commented
5 months ago
在jetson orin 上原始点云数量50000左右,耗时60ms
wenhao12111
commented
5 months ago
在jetson orin 上原始点云数量50000左右,耗时60ms
可以从以下几个方面验证该方法效率:
确保您的平台的performance状态,cpu频率等是否和论文所展示的相近。
确保在代码中加入std::cout进行信息打印或者插入其他耗时严重的代码段。
确保projection_param中的参数与您的lidar参数对应。
在jetson orin 上原始点云数量50000左右,耗时60ms