会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小城熊儿
博客园
首页
新随笔
联系
订阅
管理
2026年7月8日
ubuntu系统监控
摘要: ubuntu系统监控,想同时看cpu,内存 和gpu, nvtop 看gpu合适 htop 看cpu和内存合适 btop apt安装的不知道为啥看不了gpu,但是能看内存,硬盘等内容 mux 能做窗口拆分 安装 tmux htop nvtop nvidia显卡需要先保证nvidia-smi存在能正常
阅读全文
posted @ 2026-07-08 10:27 小城熊儿
阅读(0)
评论(0)
推荐(0)
2026年5月12日
sort目标跟踪(卡尔曼滤波算法)
摘要: sort目标跟踪一个案例仅仅使用opencv库 #include <opencv2/opencv.hpp> #include <vector> #include <string> #include <cmath> #include <algorithm> #include <limits> #inc
阅读全文
posted @ 2026-05-12 15:10 小城熊儿
阅读(6)
评论(0)
推荐(0)
2026年4月23日
ubuntu 查看文件缓存方法
摘要: 查看文件夹大文件分布,进一步查看,深入一层查看,删除无关大文件 neardi@LPA3588:~$ sudo du -sh /* 2>/dev/null | sort -hr | head -20 7.0G /home 3.5G /usr 1.8G /var 1.7G /userdata 43M /
阅读全文
posted @ 2026-04-23 10:41 小城熊儿
阅读(8)
评论(0)
推荐(0)
2026年4月17日
py合并labels下的重复在一起的标签(nms)
摘要: nms_merge_labels.py """ YOLO标签文件NMS合并脚本 对labels文件夹中的每个txt文件进行NMS处理,合并重叠的检测框 """ import os import numpy as np from pathlib import Path def calculate_io
阅读全文
posted @ 2026-04-17 17:39 小城熊儿
阅读(8)
评论(0)
推荐(0)
2026年4月16日
py一个文件夹图片浏览和删除脚本
摘要: AI生成内容 image_browser.py import os import tkinter as tk from tkinter import filedialog, messagebox from PIL import Image, ImageTk import configparser #
阅读全文
posted @ 2026-04-16 15:02 小城熊儿
阅读(11)
评论(0)
推荐(0)
2026年3月31日
安装win系统
摘要: 使用wepe制作启动盘 https://www.wepe.com.cn/download.html 下载完毕后,双击exe,选择安装到u盘(看左侧),然后,点击制作U盘,等待进度条完毕,然后U盘会出现两个区,一个区比较小,还有80MB空间可用 下载win系统,然后,将系统复制到大的分区里面一般是>1
阅读全文
posted @ 2026-03-31 18:30 小城熊儿
阅读(61)
评论(0)
推荐(0)
2026年3月16日
一个非常优秀的日志库 spdlpg 多线程写日志,可写入本地或者多个窗口
摘要: git clone https://github.com/gabime/spdlog.git git clone https://github.com/gabime/spdlog.git
阅读全文
posted @ 2026-03-16 14:53 小城熊儿
阅读(5)
评论(0)
推荐(0)
2026年1月3日
ubuntu vscode 无法输入中文,密码环问题
摘要: 先安装fcitx 再安装搜狗输入法 更新软件包列表 sudo apt update 安装fcitx及中文输入法支持 sudo apt install fcitx fcitx-config-gui fcitx-frontend-qt5 fcitx-frontend-gtk2 fcitx-fronten
阅读全文
posted @ 2026-01-03 08:57 小城熊儿
阅读(213)
评论(0)
推荐(0)
2025年12月8日
c++ opencv+http推流摄像头数据
摘要: 用大模型写的一个简单的http推流demo,用opencv读取摄像头数据作为数据源 #include <opencv2/opencv.hpp> #include <boost/asio.hpp> #include <thread> #include <queue> #include <mutex>
阅读全文
posted @ 2025-12-08 16:02 小城熊儿
阅读(33)
评论(0)
推荐(0)
2025年11月5日
共绩算力 vscode git笔记
摘要: # git clone https://github.com/ultralytics/yolov5.git Cloning into 'yolov5'... error: RPC failed; curl 16 Error in the HTTP2 framing layer fatal: expe
阅读全文
posted @ 2025-11-05 18:13 小城熊儿
阅读(16)
评论(0)
推荐(0)
下一页
公告