摘要:
一,代码 1,captcode.php <?php namespace capt; use think\Config; use think\facade\Cache; //use think\Session; class captcode { /** * @var Config|null */ pr 阅读全文
posted @ 2023-08-09 10:38
刘宏缔的架构森林
阅读(1120)
评论(0)
推荐(0)
摘要:
一,官方代码及文档: https://github.com/nadermx/backgroundremover 二, 安装backgroundremover的准备工作 1,安装 pytorch: https://blog.imgtouch.com/index.php/2023/08/03/rocky 阅读全文
posted @ 2023-08-09 10:32
刘宏缔的架构森林
阅读(574)
评论(0)
推荐(0)
摘要:
一,pytorch官网: https://pytorch.org/ 如图: 根据自己的需求选择版本、平台、语言环境等信息, 然后运行命令 二,运行pip安装命令: [root@img bin]# pip3 install torch torchvision torchaudio --index-ur 阅读全文
posted @ 2023-08-09 10:22
刘宏缔的架构森林
阅读(952)
评论(0)
推荐(0)
摘要:
一,ffmpeg官网: 网址: http://ffmpeg.org/ 如图: 说明:最新版本出到了6.0, 我们从dnf通道安装,版本可能略低 二,安装rpmfusion库 [root@img ~]# dnf install --nogpgcheck https://mirrors.rpmfusio 阅读全文
posted @ 2023-08-09 10:17
刘宏缔的架构森林
阅读(1070)
评论(0)
推荐(0)
摘要:
一,查看当前setuptools的版本: [root@img Python-3.11.4]# python3 -m pip show setuptools Name: setuptools Version: 65.5.0 Summary: Easily download, build, instal 阅读全文
posted @ 2023-08-09 10:13
刘宏缔的架构森林
阅读(3506)
评论(0)
推荐(0)
摘要:
一,查看当前pip的版本: [root@img Python-3.11.4]# pip --version pip 23.1.2 from /usr/local/soft/python3.11.4/lib/python3.11/site-packages/pip (python 3.11) 二,升级 阅读全文
posted @ 2023-08-09 10:11
刘宏缔的架构森林
阅读(1126)
评论(0)
推荐(0)
摘要:
一,查看现有的版本: 1,本地版本 [root@img ~]# python --version Python 3.9.16 2,现在的最新版本: 访问官网: https://www.python.org/ 如图: 可以看到线上的最新版本是3.11.4 二,编译/安装: 1,下载: 先复制下载地址 阅读全文
posted @ 2023-08-09 10:10
刘宏缔的架构森林
阅读(1622)
评论(0)
推荐(0)
浙公网安备 33010602011771号