Metadata-Version: 2.1
Name: imageCS_utils
Version: 2024.10.31.0
Summary: Some useful utils for deep learning (PyTorch) image compressive sensing (CS).
Home-page: https://github.com/
Author: Liao Chen
Author-email: liaochen@bjtu.edu.cn
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Image CS Utils

Some useful utils for deep learning (PyTorch) image compressive sensing (CS).

## Install
```
python -m pip install imageCS-utils
```

## Usage
e.g.

```
import torch
from imageCS_utils.utils import load_single_image
x = load_single_image("./image.png")
```
