nimh-dsst / dsst-defacing-pipeline

Defacing algorithm to improve and evaluate accuracy for large datasets.
2 stars 2 forks source link

Add an anonymization flag #33

Closed Arshitha closed 10 months ago

Arshitha commented 1 year ago

Providing this flag would remove the AcquisitionDateTime field in JSON sidecars in the defaced dataset. This could also be extended to remove any other sidecar fields that contain potentially identifying information.

dmoracze commented 1 year ago

Would want to make sure other modalities are also taken into account here.

Also fwiw, cubids already has this functionality.

Arshitha commented 1 year ago

@dmoracze this has been taken care of in PR#35, thanks!