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) 编辑
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)
推荐(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) 编辑
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) 编辑
ubuntu清空回收站
摘要:sudo rm -rf ~/.local/share/Trash/*
阅读全文
posted @
2023-02-06 18:38
WenJXUST
阅读(53)
推荐(0) 编辑