End-to-end SnakeBIDS workflow for landmark regression and derivative apps
Project description
Automatic Anatomical Fiducials (autoAFIDs)
AIMS Lab Research Team at the Robarts Research Institute - 2023-2024
This package is under active development. It should be stable and reproducible, but please let any of the active contributing members know if there are any bugs or unusual behaviour.
This Python package is a standard 3D U-Net (Ronneberger et al. 2015) machine learning model based on Snakemake and SnakeBIDS workflow management tools that leverages the recent release of the anatomical fiducial framework to solve the landmark regression problem on 3D MRI images. It is currently in development phase and contains tunable parameters that are not normally exposed in most other machine learning models; the user is highly advised to get familiar with the above mentioned workflow managaments tools and read docstrings and relevant documentation before using this software. Please see the changelog for more details.
Table of Contents
- Installation
- Workflow
- Train
- Apply
- Known issues
- Roadmap
- Questions, Issues, Suggestions, and Other Feedback
Installation
Installing Poetry
We use poetry tool for dependency management and to package the python project. You can find step by step instructions on how to install it by visiting it's official website.
Local Installation
After installing poetry, clone this repository via:
git clone https://github.com/afids/autoafids.git
You can then install the python package using one of the following commands, which should be executed within the repository folder (i.e., autoafids/).
poetry install
If you want to install in develop mode, use:
poetry install -e
Workflow
Brief summary of the workflow along with its Directed Acyclic Graph (DAG) can be found below.
Insert DAG image - inspired by khanlab/scattr
Processing landmark data (AFIDs)
- Extract fiducial points from the landmark files (.fcsv is supported)
- Generate a landmark Euclidean distance/probability map with each voxel communicating distance to an AFID of interest
Train
Currently, we support generating your own models (i.e., training) in a sperate workflow (i.e., afids-cnn: ). For more details, see Known Issues.
Apply
Known Issues
- Factorize apply workflow to run per landmark of interest
Roadmap
- Model optimization
- Extension to incorporate new modalities (i.e., CT scans)
Questions, Issues, Suggestions, and Other Feedback
Please reach out if you have any questions, suggestions, or other feedback related to this software—either through email (dbansal7@uwo.ca) or the discussions page. Larger issues or feature requests can be posted and tracked via the issues page. Finally, you can also reach out to Alaa Taha, the Science Lead.
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 autoafids-0.1.4.tar.gz.
File metadata
- Download URL: autoafids-0.1.4.tar.gz
- Upload date:
- Size: 27.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8853d82f3903352bd816e6f990a9a747cbaca847e106db04019d8e742bddd05
|
|
| MD5 |
4ad7d580f793428d38a4fdcc001d6039
|
|
| BLAKE2b-256 |
1a51598047509a287274d88a1ee6ae2e95e12dac55152ae783b9322d19244db8
|
File details
Details for the file autoafids-0.1.4-py3-none-any.whl.
File metadata
- Download URL: autoafids-0.1.4-py3-none-any.whl
- Upload date:
- Size: 27.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f949e0e1b01a01de122cd23fc8457444d455e50a7482cf4b2440f505778fcdbc
|
|
| MD5 |
9007968384742350cfdd34cfffc34cb5
|
|
| BLAKE2b-256 |
99f7fcc52bc9a95cbf690eeffac8e85a0c504eed6bd4432aad54e798065b4c2d
|