随笔 - 93  文章 - 0  评论 - 3  阅读 - 46392

随笔分类 -  python

yolov8 face 错误修改
摘要:derronqi/yolov8-face: yolov8 face detection with landmark (github.com) 问题:训练yolov8-lite-s,yolov8-lite-t的时候会出错,Cannot use yolov8-lite-s · Issue #3 · de 阅读全文
posted @ 2024-08-07 12:01 WenJXUST 阅读(77) 评论(0) 推荐(0) 编辑
stable-diffusion-webui 环境配置
摘要:链接:AUTOMATIC1111/stable-diffusion-webui: Stable Diffusion web UI (github.com) 查看python版本: 安装完python之后,打开工程,配置虚拟环境 下载安装对应的依赖库,其中的torch相关三个库选择与自己cuda相关的 阅读全文
posted @ 2024-06-13 14:52 WenJXUST 阅读(140) 评论(0) 推荐(0) 编辑
python setup 编译额外的模块
摘要:cd 到相关目录下python setup.py install 有pyx文件运行下面python setup.py build_ext --inplace 阅读全文
posted @ 2023-10-16 09:58 WenJXUST 阅读(25) 评论(0) 推荐(0) 编辑
onnx文件新增 sub/mul前处理节点
摘要:#更改onnx里的节点参数内容 import onnx model = onnx.load("best20230908sim.onnx") graph = model.graph initializer = graph.initializer node = graph.node for i in r 阅读全文
posted @ 2023-09-25 15:15 WenJXUST 阅读(388) 评论(0) 推荐(0) 编辑
Ubuntu 16.04 安装python3.6正确顺序(解决ssl错误,pip升级)
摘要:0、下载离线python压缩包Python Source Releases | Python.org, 1、新建root,并进入root权限(sudo passwd root)(su) 2、升级openssl版本 wget https://www.openssl.org/source/openssl 阅读全文
posted @ 2023-08-08 10:29 WenJXUST 阅读(452) 评论(0) 推荐(0) 编辑
ubuntu 默认python版本切换
摘要:Ubuntu下完美切换Python版,即设置系统默认的python版本(亲测有效)_ubuntu 切换python版本_关彼得的博客-CSDN博客 sudo su update-alternatives --list python update-alternatives: error: no alt 阅读全文
posted @ 2023-08-04 09:33 WenJXUST 阅读(646) 评论(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

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