ENHANCE-PET / PUMA

Tool to multiplex different tracer PET data from the same patient.
10 stars 1 forks source link

Puma-logo

PUMA 1.0 🐾 - One Image multiple perspectives 🎭

PyPI version License: GPL v3 Monthly Downloads Daily Downloads All Contributors

🌈 PET Reimagined: From Monochrome to a Palette of Possibilities with PUMA 1.0

Step into the vibrant new world of PET imaging with PUMA 1.0 🌟, where traditional monochrome scans are transformed into a dynamic spectrum of diagnostic data. 🎨

With PUMA 1.0, experience the power of multiplexing: a process that fuses multiple tracer images into a single, multicolored composite that reveals not just the presence of disease but its multifaceted physiological context. πŸ”„ The multiplexed approach provides a more comprehensive view, helping clinicians uncover nuanced insights about tumors and their microenvironments. πŸ”

Whether you're in a high-tech lab or a remote clinic, PUMA 1.0 delivers high-quality, multiplexed PET scans that are as rich in detail as they are in color. πŸ₯ It’s not just an upgradeβ€”it’s a whole new way of seeing PET data, turning every image into a detailed map of insight and opportunity. πŸ—ΊοΈ

πŸŽ‰ Key Features

πŸš€ Versatile and Powerful

Run PUMA 1.0 on any device, any OS, from x86 to ARM64 (hello, Apple Silicon fans!). Whether you’re on a high-end GPU or a humble CPU, PUMA adapts to your needs without breaking a sweat.

πŸ” Precision Meets Speed

Harness the power of AI with MOOSE-driven segmentations and β€˜greedy’ library’s wizardry for diffeomorphic image registration. PUMA 1.0 nails the perfect balance of sharp accuracy and zippy performance.

🎨 Art of Imaging

Why settle for ordinary when you can visualize in vibrant RGB? Each color shines a spotlight on a different tracer, turning complex data into a vivid, easy-to-interpret display. With processing times ranging from just 5 to 12 minutes, you're all set for a speedy yet thorough diagnostic journey.

πŸš€ Why PUMA?

https://github.com/ENHANCE-PET/PUMA/assets/48599863/03368642-a288-44cb-8eaf-4833380a26c8

Requirements βœ…

Before stepping into the future with PUMA 1.0, here's what you need for an optimal experience:

Once these specifications are met, you're all set to experience PUMA 1.0's capabilities.

Installation Guide πŸ› οΈ

Installation is a breeze on Windows, Linux, and MacOS. Follow the steps below to start your journey with PUMA 1.0.

For Linux and MacOS 🐧🍏

  1. Create a Python environment named 'puma-env' or as per your preference.

    python3 -m venv puma-env
  2. Activate the environment.

    source puma-env/bin/activate  # for Linux
    source puma-env/bin/activate  # for MacOS
  3. Install PUMA 1.0.

    pip install pumaz # for Linux and MacOS
  4. Apple M1 Specific Installation: If you are installing PUMA on an Apple Silicon device (e.g., Apple M1), follow this step. Do not do this if you are installing PUMA on Linux!

    pip install git+https://github.com/LalithShiyam/pytorch-mps.git

Congratulations! You're all set to start using PUMA 1.0.

For Windows πŸͺŸ

  1. Create a Python environment, e.g., 'puma-env'.

    python -m venv puma-env
  2. Activate the environment.

    .\puma-env\Scripts\activate
  3. Install PUMA 1.0.

    pip install pumaz

You're now ready to experience the precision and speed of PUMA 1.0.

Usage Guide πŸ“š

Start your journey with PUMA 1.0 by using our straightforward command-line tool. It requires the directory path containing different tracer images, and each image should be stored in separate folders. Here's how you can get started:


   pumaz \
       -d   <path_to_image_dir>              # Directory path containing the images to be analyzed
       -ir  <regions_to_ignore>              # Regions to ignore: arms, legs, head, none
       -m                                    # Optional: Enable multiplexed RGB image output
       -cs  <color_selection>                # Optional: Custom color selection for RGB output (requires -m)
       -c2d <convert_back_to_dicom>          # Optional: Once set, the generated nifti images will be converted back to DICOM

For assistance or additional information, you can always type:

pumaz -h

Example usage:

Apply PUMA to images in a directory, ignoring arms and legs, with multiplexed RGB output and custom colors:

pumaz -d /path/to/images -ir arms,legs -m -cs -c2d 

Directory Structure and Naming Conventions for PUMA πŸ“‚πŸ·οΈ

PUMA 1.0 requires your data to be structured in a certain way. It supports DICOM directories and NIFTI files. For NIFTI files, users need to ensure that the files are named with the correct modality tag at the start.

Required Directory Structure 🌳

Here is the directory structure that PUMA 1.0 expects:

πŸ“ Parent_Directory
β”‚
β””β”€β”€β”€πŸ“‚ Tracer1 # can be named anything
β”‚   β”‚
β”‚   β””β”€β”€β”€πŸ“ PET_DICOM_Directory or πŸ—ƒοΈ PT_xxxx.nii.gz # If it's DICOM, the folder name can be anything, but if nifti use a prefix 'PT' for PET
β”‚   β”‚
β”‚   β””β”€β”€β”€πŸ“ CT_DICOM_Directory or πŸ—ƒοΈ CT_xxxx.nii.gz # If it's DICOM, the folder name can be anything, but if nifti use a prefix 'CT' for CT
β”‚
β””β”€β”€β”€πŸ“‚ Tracer2
β”‚   β”‚
β”‚   β””β”€β”€β”€πŸ“ PET_DICOM_Directory or πŸ—ƒοΈ PT_xxxx.nii.gz
β”‚   β”‚
β”‚   β””β”€β”€β”€πŸ“ CT_DICOM_Directory or πŸ—ƒοΈ CT_xxxx.nii.gz
...

β””β”€β”€β”€πŸ“‚ Tracer3
    β”‚
    β””β”€β”€β”€πŸ“ PET_DICOM_Directory or πŸ—ƒοΈ PT_xxxx.nii.gz
    β”‚
    β””β”€β”€β”€πŸ“ CT_DICOM_Directory or πŸ—ƒοΈ CT_xxxx.nii.gz

Naming Conventions 🏷️

Note: All the PET and CT images related to a tracer should be placed in the same directory named after the tracer.

πŸš€ Benchmarks

A Note on QIMP Python Packages: The 'Z' Factor πŸ“šπŸš€

All of our Python packages here at QIMP carry a special signature – a distinctive 'Z' at the end of their names. The 'Z' is more than just a letter to us; it's a symbol of our forward-thinking approach and commitment to continuous innovation.

Our PUMA package, for example, is named as 'pumaz', pronounced "puma-see". So, why 'Z'?

Well, in the world of mathematics and science, 'Z' often represents the unknown, the variable that's yet to be discovered, or the final destination in a series. We at QIMP believe in always pushing boundaries, venturing into uncharted territories, and staying on the cutting edge of technology. The 'Z' embodies this philosophy. It represents our constant quest to uncover what lies beyond the known, to explore the undiscovered, and to bring you the future of medical imaging.

Each time you see a 'Z' in one of our package names, be reminded of the spirit of exploration and discovery that drives our work. With QIMP, you're not just installing a package; you're joining us on a journey to the frontiers of medical image processing. Here's to exploring the 'Z' dimension together! πŸš€

Contributors ✨

Thanks goes to these wonderful people ✨:

W7ebere
W7ebere

πŸ“–
Manuel Pires
Manuel Pires

πŸ’» πŸ“–
Sebastian Gutschmayer
Sebastian Gutschmayer

πŸ’» πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!