书栈网 · BookStack 本次搜索耗时 0.082 秒,为您找到 502 个相关结果.
  • RandomResizedCrop

    RandomResizedCrop 参数 返回 代码示例 RandomResizedCrop class paddle.vision.transforms. RandomResizedCrop ( size, scale=(0.08, 1.0), ratio=(3. / 4, 4. / 3), interpolation=’bilinear’,...
  • get_image_backend

    get_image_backend 返回 代码示例 get_image_backend paddle.vision.get_image_backend ( ) [源代码] 获取用于加载图像的模块名称。 返回 str ,加载图像的模块名称, pil 或 cv2 。 代码示例 from paddle . vision i...
  • 图片处理

    PIL QRCode 几种图片转字符算法介绍 验证码破解
  • Binary Response Content

    Binary Response Content Binary Response Content You can also access the response body as bytes, for non-text requests: >>> r . content b '[{"repository":{"open_issues":0,"u...
  • 06.05 图像基础

    图像基础 导入图像 显示图像 伪彩色图像 改变 colormap 限制显示范围 resize 操作 图像基础 导入相应的包: In [1]: import matplotlib . pyplot as plt import matplotlib . image as mpimg import...
  • Python Wheels

    Python Wheels 指南 系统要求 How to Bundle Wheels Platform Builds 例子 Python Wheels Python wheels (*.whl ) are the standard way of distributing Python modules. They are supported ...
  • 8.2 安装第三方模块

    安装第三方模块 模块搜索路径 安装第三方模块 在Python中,安装第三方模块,是通过包管理工具pip完成的。 如果你正在使用Mac或Linux,安装pip本身这个步骤就可以跳过了。 如果你正在使用Windows,请参考安装Python 一节的内容,确保安装时勾选了pip 和Add python.exe to Path 。 在命令提示符窗口下...
  • 7.0.0

    7.0.0 Backwards Incompatible Changes Python 2.7 PILLOW_VERSION constant PIL.*ImagePlugin.version attributes PyQt4 and PySide Setting the size of TIFF images Default resamplin...
  • vflip

    vflip 参数 返回 代码示例 vflip paddle.vision.transforms. vflip ( img ) [源代码] 对输入图像进行垂直方向翻转。 参数 img (PIL.Image|numpy.ndarray) - 输入的图像。 返回 PIL.Image 或 numpy.ndarray ,翻转后的...
  • hflip

    hflip 参数 返回 代码示例 hflip paddle.vision.transforms. hflip ( img ) [源代码] 对输入图像进行水平翻转。 参数 img (PIL.Image|numpy.ndarray) - 输入的图像。 返回 PIL.Image 或 numpy.ndarray ,翻转后的图像...