Metadata-Version: 2.1
Name: transforms-for-ndarray
Version: 0.0.4
Summary: transformations for numpy ndarray.
Home-page: https://github/XieChen10983/packages
Author: ChanningXieChen
Author-email: UNKNOWN
License: MIT License
Platform: all
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Requires-Dist: torch (>=1.5.0)
Requires-Dist: numpy (>=1.18.5)
Requires-Dist: Pillow (>=7.1.2)

# Description
There is python package named 'torchvision', whose 'transforms' module is 
utilized for the transformations for PIL.Image. And this package is for 
the transformations for numpy.ndarray.

