上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 50 下一页
摘要: https://blog.csdn.net/qq_39149619/article/details/131931773 阅读全文
posted @ 2024-03-22 17:02 小kk_p 阅读(352) 评论(0) 推荐(0)
摘要: https://www.jianshu.com/p/ec7249f1ba9a 阅读全文
posted @ 2024-03-21 23:18 小kk_p 阅读(8) 评论(0) 推荐(0)
摘要: CMakeLists.txt的写法 CMakeLists.txt cmake_minimum_required(VERSION 3.9)#Cmake最低版本 #project(demo LANGUAGES CXX CUDA) #这个写法也是可以的 project(demo) enable_langu 阅读全文
posted @ 2024-03-20 22:36 小kk_p 阅读(45) 评论(0) 推荐(0)
摘要: https://blog.51cto.com/u_16162011/6485510 阅读全文
posted @ 2024-03-20 22:19 小kk_p 阅读(19) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_39059031/article/details/109803742 阅读全文
posted @ 2024-03-17 17:55 小kk_p 阅读(7) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/boon_228/article/details/125925739 阅读全文
posted @ 2024-03-12 16:13 小kk_p 阅读(330) 评论(0) 推荐(0)
摘要: import numpy as np import open3d as o3d bin_file = "" xyz = np.fromfile(bin_filem, dtype= np.float32).reshape(-1,5)[:, 0:3] pcd = o3d.geometry.PointCl 阅读全文
posted @ 2024-03-12 16:11 小kk_p 阅读(84) 评论(0) 推荐(0)
摘要: https://github.com/SmallMunich/nutonomy_pointpillars/blob/master/second/pytorch/models/pointpillars.py 阅读全文
posted @ 2024-03-11 21:31 小kk_p 阅读(36) 评论(0) 推荐(0)
摘要: GitHub - HaohaoNJU/CenterPoint: TensorRT deployment for CenterPoint Lidar Detection Model. CenterPoint-TensorRT部署 - 知乎 (zhihu.com) 阅读全文
posted @ 2024-03-11 10:32 小kk_p 阅读(148) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/654466989 阅读全文
posted @ 2024-03-10 23:10 小kk_p 阅读(157) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 50 下一页