2023年2月22日
摘要:
#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
阅读(212)
推荐(0)
2023年2月10日
摘要:
参考: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
阅读(1677)
推荐(0)
2023年2月9日
摘要:
yolov5s -> 0.5map: 96.5 -> ncnn:75ms yolov8n -> 0.5map: 94.1 -> ncnn:52ms
阅读全文
posted @ 2023-02-09 10:54
WenJXUST
阅读(245)
推荐(0)
2023年2月7日
摘要:
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
阅读(629)
推荐(0)
2023年2月6日
摘要:
sudo rm -rf ~/.local/share/Trash/*
阅读全文
posted @ 2023-02-06 18:38
WenJXUST
阅读(62)
推荐(0)
2023年1月16日
摘要:
这次转yolov8.pt 到 onnx 到 ncnn,调用ncnn,加载bin文件时出错报异常 0xC0000094:Integer division by zero。 解决方式: 导出onnx时,加 device="cpu"
阅读全文
posted @ 2023-01-16 14:55
WenJXUST
阅读(563)
推荐(0)
2023年1月15日
摘要:
训练yolov8时出现 类似以下错误: RunTimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phaseThis
阅读全文
posted @ 2023-01-15 14:47
WenJXUST
阅读(747)
推荐(0)
2022年12月5日
摘要:
参考:voc数据集执行eval.py命令报错 · Issue #3456 · PaddlePaddle/PaddleDetection (github.com) 配置文件加这两行: EvalReader: collate_batch: false
阅读全文
posted @ 2022-12-05 10:20
WenJXUST
阅读(866)
推荐(0)
2022年11月25日
摘要:
参考:https://webrtc.org.cn/mirror/ 设置代理那里必须设置代理再同步 1、上一篇博文, git clone 失败 报错:fatal: unable to access,server certificate verification failed. 解决方式 export
阅读全文
posted @ 2022-11-25 10:57
WenJXUST
阅读(274)
推荐(0)
2022年11月16日
摘要:
解决方式 export GIT_SSL_NO_VERIFY=1
阅读全文
posted @ 2022-11-16 10:52
WenJXUST
阅读(88)
推荐(0)