- 博客(62)
- 收藏
- 关注
原创 linux/ubuntu 批量解压脚本,解压kiiti-raw data
linux/ubuntu 批量解压脚本,解压kiiti-raw data
2023-12-20 20:43:59
814
原创 NYU Depvh V2数据处理报错:TypeError: only integer scalar arrays can be converted to a scalar index
NYU Depvh V2数据处理报错:TypeError: only integer scalar arrays can be converted to a scalar index
2023-11-25 17:42:04
238
原创 int* p = new int[5]; int *p = new int[5]();delete[] p; delete p;区别是什么?
int* p = new int[5]; int *p = new int[5]();delete[] p; delete p;区别是什么?
2023-11-01 20:23:22
475
原创 char s[]和char *s的区别,数组和指针的,堆和栈指针的一些思考
char s[]和char *s的区别,数组和指针的,堆和栈指针的一些思考
2023-09-20 21:59:14
2099
原创 解决 undefined reference to `google::protobuf::internal::
解决 undefined reference to `google::protobuf::internal::
2023-09-03 22:40:03
2394
6
原创 MMdetection的环境相关,MMCV和PyTorch、CUDA版本对应
MMdetection的环境相关,MMCV和PyTorch、CUDA版本对应
2023-08-28 17:42:43
2558
原创 CMAKE_CUDA_ARCHITECTURES针对Jetson Xavier或者Orin的设置
不同jetson设备对应不同的CMAKE_CUDA_ARCHITECTURES的设置,如下:其他设备:
2023-08-26 18:07:21
694
原创 CMake常见用法
上是CMake的一些常见用法,还有很多其他的命令和选项可以使用。在使用CMake时,可以通过cmake --help命令查看完整的命令列表,并参考CMake官方文档进行学习和使用。
2023-08-14 21:28:16
102
原创 shell执行mkdir build \ cd build\ cmake.. \ make命令
shell执行mkdir build \ cd build\ cmake.. \ make命令
2023-07-31 11:33:09
789
原创 C++多线程案例-消费者生产者模型(thread、queue、mutex、condition_variable)
C++多线程案例(thread、queue、mutex、condition_variable)
2023-07-19 13:37:19
491
原创 CUDA11.1、cuDNN8.6.0、Tensorrt8.5.3,ubuntu20.04安装过程记录
CUDA11.1、cuDNN8.6.0、Tensorrt8.5.3,ubuntu20.04安装过程记录
2023-07-12 20:07:14
1228
1
原创 cmake找不到fatal error: cuda_runtime_api.h: No such file or directory
我装的是cuda11.1,装完后需要在~/.bashrc里添加路径并source。确定你安装了cuda,这个文件实在你所安装的cuda/include/里面。这样就能解决问问题了。
2023-07-12 10:26:58
1594
原创 tensorrt8.5.2安装,并解决CMAKE找不到tensorrt问题
tensorrt8.5.2安装,并解决CMAKE找不到tensorrt问题
2023-07-12 10:24:15
1923
原创 解决 :fatal error: cuda_runtime_api.h: No such file or directory,使用CMakeList.txt
解决 :fatal error: cuda_runtime_api.h: No such file or directory,使用CMakeList.txt
2023-06-07 20:30:57
3464
原创 std:vector、std:shared_ptr可存放在栈区或者堆区,但其vector中的元素、std:shared_ptr托管的对象存在堆区!
std:vector、std:shared_ptr可存放在栈区或者堆区,但其vector中的元素、std:shared_ptr托管的对象存在堆区!
2023-03-07 09:26:14
2427
1
原创 roslaunch px4 posix_sitl.launch加载时报错[ERROR] Spawn service failed. Exiting.
roslaunch px4 posix_sitl.launch加载时报错[ERROR] [1677986006.087809, 789.973000]: Spawn service failed. Exiting.
2023-03-05 11:25:49
1111
原创 ImportError: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
解决 ImportError: /lib/aarch64-linux-gnu/libGLdispatch.so.0: cannot allocate memory in static TLS block
2023-02-28 14:36:30
1850
原创 使用MMdetecion时出现RuntimeError: Distributed package doesn’t have NCCL
使用MMdetecion时出现RuntimeError: Distributed package doesn’t have NCCL
2023-02-28 11:23:54
615
1
原创 YOLOX使用出现:AttributeError ‘DetectX‘ object has no attribute ‘anchors‘
YOLOX使用出现:AttributeError 'DetectX' object has no attribute 'anchors'
2023-02-28 11:19:40
1007
1
原创 AttributeError: module ‘numpy‘ has no attribute ‘bool‘解决
AttributeError: module 'numpy' has no attribute 'bool'解决
2023-02-02 19:48:19
24097
8
原创 解决 AttributeError: module ‘numpy‘ has no attribute ‘int‘ 训练yolo时的问题
解决 AttributeError: module 'numpy' has no attribute 'int' 训练yolo时的问题
2023-01-16 07:38:38
23145
16
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人