Metadata-Version: 2.1
Name: imageCS_utils
Version: 2024.11.9.0
Summary: Some useful utils for deep learning (PyTorch) image compressive sensing (CS).
Home-page: https://github.com/
Author: Liao Chen
Author-email: Liao Chen <liaochen@bjtu.edu.cn>
Project-URL: Homepage, https://github.com/
Project-URL: Issues, https://github.com/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
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")
```
