上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: Traceback (most recent call last): File "/home/lhw/Gradute/jyq/eval/examples/lpipSeq/test.py", line 9, in <module> from matplotlib.pylab import * File 阅读全文
posted @ 2023-01-16 20:07 小小灰迪 阅读(1329) 评论(0) 推荐(0) 编辑
摘要: 静态类的功能: 一次构造,共享一个内存空间,且在多个其他类调用不用重复构造 头文件 calculateBufferSize.h #ifndef CALCULATE_BUFFER_SIZE #define CALCULATE_BUFFER_SIZE #include <mutex> #include 阅读全文
posted @ 2023-01-05 18:38 小小灰迪 阅读(55) 评论(0) 推荐(0) 编辑
摘要: import os import cv2 import numpy as np from PIL import Image, ImageDraw, ImageFont txtList = ["保存单帧", "保存多帧"] height = 300 width = 1068 # word = word 阅读全文
posted @ 2023-01-03 17:19 小小灰迪 阅读(606) 评论(0) 推荐(0) 编辑
摘要: 字体查找方法: 个人用户字体文件:~/.local/share/fonts 系统字体文件:/usr/share/fonts 字体配置文件:/etc/fonts/ 阅读全文
posted @ 2023-01-03 16:33 小小灰迪 阅读(1206) 评论(0) 推荐(0) 编辑
摘要: cmake里面添加自己显卡的算力:3060显卡算力是8.6 SET(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS}; -gencode arch=compute_86,code=sm_86;) 阅读全文
posted @ 2023-01-03 10:10 小小灰迪 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 共享内存保存读取图片 OpenShare.cpp #include "OpenShare.h" //共享内存1,, C++发 --python 传递位姿与图像存储路径 int key_id = 1111; int shmid; void *pBuffer; //共享内存2, C++发 --pytho 阅读全文
posted @ 2023-01-02 21:08 小小灰迪 阅读(810) 评论(0) 推荐(0) 编辑
摘要: def get_world_points(depth, intrinsics, extrinsics): ''' Args: depthmap: H*W intrinsics: 3*3 or 4*4 extrinsics: 4*4, world to camera Return: points: N 阅读全文
posted @ 2022-12-14 17:25 小小灰迪 阅读(557) 评论(0) 推荐(0) 编辑
摘要: 1.非受限联合体 2.字节对齐 字节对齐原则: 字节对齐的细节和编译器实现相关,但一般而言,满足三个准则: 1) 结构体变量的首地址能够被其最宽基本类型成员的大小所整除; 2) 结构体每个成员相对于结构体首地址的偏移量(offset)都是成员大小的整数倍,如有需要编译器会在成员之间加上填充字节(in 阅读全文
posted @ 2022-11-24 16:22 小小灰迪 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 1.先把之前的nvidia卸载干净: sudo apt-get remove --purge nvidia* 1 2.执行以下命令: sudo apt-get update 1 3.在终端里输入下面的命令来查看可以选择哪些驱动 sudo ubuntu-drivers devices 1 4.下载你想 阅读全文
posted @ 2022-11-01 10:44 小小灰迪 阅读(1283) 评论(0) 推荐(0) 编辑
摘要: [I 2022-10-11T09:54:18.356Z main:store:plugins:iap] The user is not allowed to make in-app purchase. SESSION 2022-10-11T09:54:18.319Z (10.3.1+20210113 阅读全文
posted @ 2022-10-11 18:02 小小灰迪 阅读(191) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页