Python API for miblab's trained deep-learning models
Project description
miblab-dl
Python API for miblab's trained deep-learning models
Installation in a working environment
If you are working in an existing environment with pytorch already installed, then all you need is this:
pip install miblab-dl
Installation from scratch
If you start from scratch, first create a virtual environment, activate it and make sure you have the latest pip version.
On Windows:
python -m venv myenv
myenv/Scripts/activate
python -m pip install --upgrade pip
On Mac or Linux:
python -m venv myenv
source myenv/bin/activate
python -m pip install --upgrade pip
Now install pytorch in your environment:
pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
Then install the miblab-dl package:
pip install miblab-dl
Usage
You can import miblab-dl functionality in a python script like this:
import miblab_dl as dl
Then to compute fat and water maps from numpy arrays representing
in_phase and opposed_phase Dixon images:
fat, water = dl.fatwater(opposed_phase, in_phase)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file miblab_dl-0.0.4.tar.gz.
File metadata
- Download URL: miblab_dl-0.0.4.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
311f93fa7763e3a591d684ab0753c31df56fdd4e5650f6b5ea97e75ff78bffe1
|
|
| MD5 |
799299997d5f380ac6ad5466943ad22c
|
|
| BLAKE2b-256 |
f8dc2cc4704314d76dd5c07fa43392d6e871150915bb9a89d108838dde25c388
|
File details
Details for the file miblab_dl-0.0.4-py3-none-any.whl.
File metadata
- Download URL: miblab_dl-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5bbfc017476ca75487bc06dceea9a4bd9071d6f8774b3cb2ccc8415247f78ac
|
|
| MD5 |
c587a80efbaff14c676df042844df311
|
|
| BLAKE2b-256 |
973cc8ff2b6cf4f985ac55bf111c4bb759e4908fb83f0da84188169d23ab506d
|