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

    normalize 参数 返回 代码示例 normalize paddle.vision.transforms.normalize ( pic, data_format=’CHW’ ) [源代码] 将 PIL.Image 或 numpy.ndarray 转换成 paddle.Tensor 参数 img (PIL.Image...
  • adjust_hue

    adjust_hue 参数 返回 代码示例 adjust_hue paddle.vision.transforms.adjust_hue ( img, hue_factor ) [源代码] 对输入图像进行色调的调整。 参数 img (PIL.Image|np.array) - 输入的图像。 hue_factor (float...
  • PSDraw Module

    PSDraw Module PSDraw Module The PSDraw module provides simple print support for Postscriptprinters. You can print text, graphics and images through this module. class PIL.PS...
  • PSDraw Module

    PSDraw Module PSDraw Module The PSDraw module provides simple print support for Postscriptprinters. You can print text, graphics and images through this module. class PIL.PS...
  • FashionMNIST

    FashionMNIST 参数 返回 代码示例 FashionMNIST class paddle.vision.datasets.FashionMNIST [源代码] Fashion-MNIST 数据集 参数 image_path (str) - 图像文件路径,如果 download 参数设置为 True , image...
  • to_tensor

    to_tensor 参数 返回 代码示例 to_tensor paddle.vision.transforms. to_tensor ( pic, data_format=’CHW’ ) [源代码] 将 PIL.Image 或 numpy.ndarray 转换成 paddle.Tensor 。 将形状为 (H x W x C)的输入数...
  • FashionMNIST

    FashionMNIST 参数 返回 代码示例 FashionMNIST class paddle.vision.datasets. FashionMNIST [源代码] Fashion-MNIST 数据集 参数 image_path (str) - 图像文件路径,如果 download 参数设置为 True , image...
  • 2.8.0

    2.8.0 Open HTTP response objects with Image.open 2.8.0 Open HTTP response objects with Image.open HTTP response objects returned from urllib2.urlopen(url) orrequests.get(ur...
  • 抽象对象层

    抽象对象层 抽象对象层 本章中的函数与 Python对象交互,无论其类型,或具有广泛类的对象类型(例如,所有数值类型,或所有序列类型)。当使用对象类型并不适用时,他们会产生一个 Python 异常。 这些函数是不可能用于未正确初始化的对象的,如一个列表对象被 PyList_New() 创建,但其中的项目没有被设置为一些非``NULL``的值。 ...
  • ImageStat Module

    ImageStat Module ImageStat Module The ImageStat module calculates global statistics for an image, orfor a region of an image. class PIL.ImageStat. Stat (image_or_list, mask=...