上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 48 下一页
摘要: https://zhuanlan.zhihu.com/p/457742309?utm_id=0 阅读全文
posted @ 2024-03-23 19:31 小丑_jk 阅读(47) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_39149619/article/details/131931773 阅读全文
posted @ 2024-03-22 17:02 小丑_jk 阅读(175) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/ec7249f1ba9a 阅读全文
posted @ 2024-03-21 23:18 小丑_jk 阅读(1) 评论(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 小丑_jk 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://blog.51cto.com/u_16162011/6485510 阅读全文
posted @ 2024-03-20 22:19 小丑_jk 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_39059031/article/details/109803742 阅读全文
posted @ 2024-03-17 17:55 小丑_jk 阅读(3) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/boon_228/article/details/125925739 阅读全文
posted @ 2024-03-12 16:13 小丑_jk 阅读(271) 评论(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 小丑_jk 阅读(48) 评论(0) 推荐(0) 编辑
摘要: https://github.com/SmallMunich/nutonomy_pointpillars/blob/master/second/pytorch/models/pointpillars.py 阅读全文
posted @ 2024-03-11 21:31 小丑_jk 阅读(29) 评论(0) 推荐(0) 编辑
摘要: GitHub - HaohaoNJU/CenterPoint: TensorRT deployment for CenterPoint Lidar Detection Model. CenterPoint-TensorRT部署 - 知乎 (zhihu.com) 阅读全文
posted @ 2024-03-11 10:32 小丑_jk 阅读(71) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 48 下一页