Phantom: DICOM Anonymization in Python #1753
cyrilzakka
started this conversation in
Show and tell
Replies: 1 comment 7 replies
-
@vsoch - maybe you can give some feedback here, given your experience with deid... |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone! I'm a medical doctor working at the intersection of machine learning and medicine.
I made a WIP DICOM anonymization tool in Python based on
pydicom
for my ML workflow. Unlike other anonymization modules, Phantom is whitelist-based, so anything not specified in the configuration file gets automatically purged from the metadata.Phantom also partially supports getting rid of burned annotations in dynamic imaging modalities such as echocardiograms by masking any static pixels.
Looking forward to your feedback and tips!
Link: https://github.com/cyrilzakka/Phantom
Beta Was this translation helpful? Give feedback.
All reactions