摘要:
import os import cv2 import numpy as np from PIL import Image, ImageDraw, ImageFont txtList = ["保存单帧", "保存多帧"] height = 300 width = 1068 # word = word 阅读全文
摘要:
字体查找方法: 个人用户字体文件:~/.local/share/fonts 系统字体文件:/usr/share/fonts 字体配置文件:/etc/fonts/ 阅读全文
摘要:
cmake里面添加自己显卡的算力:3060显卡算力是8.6 SET(CUDA_NVCC_FLAGS ${CUDA_NVCC_FLAGS}; -gencode arch=compute_86,code=sm_86;) 阅读全文