随笔 - 93  文章 - 0  评论 - 3  阅读 - 46392
02 2023 档案
C++ 17 遍历文件夹图片文件进行循环操作
摘要:#include <filesystem>using namespace std;namespace fs = std::filesystem; string path = filepath; // 替换为指定目录的路径 for (const auto& entry : fs::directory_ 阅读全文
posted @ 2023-02-22 18:10 WenJXUST 阅读(198) 评论(0) 推荐(0) 编辑
yolov5查看训练日志图片和直方图(包括稀疏训练bn直方图)
摘要:参考:midasklr/yolov5prune at v6.0 (github.com) 0、D:\code\codePy\yolov5-6.1\runs\train\exp25文件夹下有 events.out.tfevents.1675823043.DESKTOP-ACC9FL4.52196 类似 阅读全文
posted @ 2023-02-10 09:51 WenJXUST 阅读(1329) 评论(2) 推荐(0) 编辑
yolov5s yolov8n 在自己数据集上测试比较(640*640)
摘要:yolov5s -> 0.5map: 96.5 -> ncnn:75ms yolov8n -> 0.5map: 94.1 -> ncnn:52ms 阅读全文
posted @ 2023-02-09 10:54 WenJXUST 阅读(184) 评论(0) 推荐(0) 编辑
ubuntu 16.04升级到18.04 出现apt-get问题解决
摘要:0、背景 编译webrtc安卓版时要升级系统,升级到18.04之后,安装安卓环境时出现以下问题(./build/install-build-deps.sh): libasan2-armhf-cross : Depends: libc6-armhf-cross (>= 2.27) but 2.23-0 阅读全文
posted @ 2023-02-07 14:41 WenJXUST 阅读(595) 评论(0) 推荐(0) 编辑
ubuntu清空回收站
摘要:sudo rm -rf ~/.local/share/Trash/* 阅读全文
posted @ 2023-02-06 18:38 WenJXUST 阅读(53) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示