File size: 228 Bytes
b28505d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # Optimized Image Operations for PyTorch
## Installation
```
python setup.py install
```
## Usage
```
# It's important that you do this first
import torch
from pytorch_image_ops import color_transform, spatial_transform
```
|