Blender has an embedded Python interpreter which is loaded when Blender is started and stays active while Blender is running. This interpreter runs scripts to draw the user interface and is used for some of Blender’s internal tools as well. Blender’s embedded interpreter provides a typical Python environment, so code from tutorials on how to write Python scripts can also be run with Blender’s interpreter. Blender provides its Python modules, such as bpy and mathutils, to the embedded interprete
2023-03-11 00:19:48 243.13MB python3.* blender3.4.* windows10
1
Pillow是PIL的一个派生分支,但如今已经发展成为比PIL本身更具活力的图像处理库。pillow可以说已经取代了PIL,将其封装成python的库(pip即可安装),且支持python2和python3,目前最新版本是3.0.0。
2023-03-09 10:53:06 1.9MB Pillow-7.0.0-cp3
1
ecdsa-0.15-py2.py3-none-any.whl python 算法工具,下载使用。
2023-03-06 17:26:47 98KB ecdsa Python 数字签名算法
1
pycocotools-windows ERROR: pycocotools.whl is not a valid wheel filename. Windows上安装 pycocotools 失败 pip install pycocotools_windows-2.0.0.2-cp38-cp38-win_amd64.whl pip install F:\GoogleDownload\pycocotools_windows-2.0.0.2-cp36-cp36m-win_amd64.whl 1. 下载此文件. 2.解压安装 .3.再次执行pip install xx命令。 4.显示安装成功后,执行 conda list
2023-03-06 15:01:42 83KB windows 源码软件 pycocotools-wind
1
pyltp_binary-0.2.1.0-cp39-cp39-win_amd64.whl
2023-03-06 11:47:54 1.16MB 源码软件
1
torchvision-0.5.0-cp37-cp37m-win_amd64.whl ,windows10+python3.7+cpu+conda
2023-02-27 19:09:48 1.17MB torchvision
1
MediaPipe是一个主要用于构建音频、视频或任何时间序列数据的框架。在 MediaPipe 框架的帮助下,我们可以为不同的媒体处理功能构建管道。MediaPipe 使用单次手掌检测模型,一旦完成,它会对检测到的手部区域中的 21 个 3D 手掌坐标执行精确的关键点定位。 MediaPipe 管道使用多个模型,例如,从完整图像返回定向手边界框的手掌检测模型。裁剪后的图像区域被馈送到由手掌检测器定义的手部标志模型,并返回高保真 3D 手部关键点。 MediaPipe为我们日常使用的革命性产品和服务提供动力。与资源消耗型的机器学习框架不同,MediaPipe只需要最少的资源。它是如此微小和高效,甚至嵌入式物联网设备都可以运行它。2019年,MediaPipe公开发布后,为研究人员和开发人员开辟了一个全新的机会世界。
2023-02-25 20:53:49 47.48MB python 第三方库
1
Python数据可视化-seaborn Seaborn属于Matplotlib的一个高级接口,为我们进行数据的可视化分析提供了极大的方便。 依赖程序及库一览 - Python 2.7+ or Python 3 - Pandas - Matplotlib - Seaborn - Jupyter Notebook(可选)
2023-02-23 17:09:42 198KB python seaborn 数据分析 数据可视化
1
官网的下载速度特别慢,特为大家下载下来供大家使用。
2023-02-22 14:55:32 198.27MB numpy+
1
redis 是一个 Key-Value 数据库,Value 支持 string(字符串),list(列表),set(集合),zset(有序集合),hash(哈希类型)等类型。python连接redis需要的包,3.4.1版本
2023-02-17 19:56:28 69KB python
1