Automatic Removal of Facial Features from MRI Images
Project description
DeepDefacer: Automatic Removal of Facial Features via Deep Learning.
DeepDefacer is a MRI anonymization tool written in Python, on top of Tensorflow and Keras, that was developed in partnership with the Poldrack Lab at Stanford University. It can be used to quickly deface 3D MRI images of any resolution and size on commercial CPUs and GPUs. Its goal is to provide the community with an easy to use and efficient tool for defacing medical images that require anonymization for compliance with federal privacy laws (e.g HIPAA).
Referencing and citing DeepDefacer
If you use DeepDefacer in your work, please refer to this citation for the current version:
@article{khazane2019state,
title={DeepDefacer: Automatic Removal of Facial Features from MR Scans Via Deep Learning},
author={Anish Khazane, Julien Hoachuck, Dr. Chris Gorgowelski, Dr. Russell Poldrack},
journal={in proceedings, arXiv preprint},
year={2019}
}
If you use any of the architecture code from the ARFF-CNN, please also use the citation above to comply with its authors' instructions on referencing.
Requirements
- Any Python version between 2.7 and 3.6.
- If you are using the GPU version of this library, please ensure that your GPU drivers are correctly installed and up to date. Please reference GPU Support for Tensorflow-GPU for further details on GPU setup.
- Input MRI images must have 3D structure and be saved in either .nii or .nii.gz format.
Installation
Deepdefacer can be easily installed on any operating system via Pypi. There are two versions of this package; CPU or GPU support. Please enter one of the following commands into your terminal window to begin installation, depending on your system specifications and desired python version.
CPU Support
pip install deepdefacer[tf_cpu] / pip3 install deepdefacer[tf_cpu]
GPU Support
pip install deepdefacer[tf_gpu] / pip3 install deepdefacer[tf_gpu]
Note: If you are using a ZSH-type shell, you may need to wrap the package name in quotations in order to successfully initiate the Pip installation. (e.g pip install "deepdefacer[...]"
).
Usage and Documentation
Once installed, please enter deepdefacer --help
into your terminal window to see a list of available tools within this program. Defacing a 3D MRI image is extremely simple, and can be done with the following command:
deepdefacer <input filename>
The program will output a defaced image in the same directory as the input file.
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
File details
Details for the file deepdefacer-2.1.0.tar.gz
.
File metadata
- Download URL: deepdefacer-2.1.0.tar.gz
- Upload date:
- Size: 5.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.29.1 CPython/2.7.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 41951da9829775ec6b3aab9aeded6ffa63786c58fb21fe4f22b2ed8444577f1a |
|
MD5 | 5a6ba185956c3badca1e78a8a0e59f64 |
|
BLAKE2b-256 | f0abd512e74640d69e7432bb2485f0305a903aff827cf1192103a247d6320609 |