Category Archives: 心情随笔

YoloV5-Lite目标检测之“安装推理”

1 安装
conda activate py38
git clone https://github.com/ppogg/YOLOv5-Lite
pip install -r requirements.txt

2 下载预训练的权重
预训练权重可以在官网下载,我这里下载的是v5lite-s
3 推理
图片推理
python3 ./detect.py --weights ./weights/v5lite-e.pt --source ././python_demo/openvino/[......]

继续阅读

IntelliJ IDEA打开项目后在Ubuntu 24.04下闪退

换Ubuntu24.04后,idea打开项目直接闪退,必现,调jvm堆无效

闪退可以在命令行找到 提示错误:
[0509/193513.227389:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need[......]

继续阅读