-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow any image to be defaced #19
Comments
Ahoi hoi @bpinsard, thank you very much for your post. A Evaluating |
I just wanted to agree that this would be very helpful. I help out a bit with openneuro.org and am thinking this could be a good tool to recommend to users for defacing their datasets before uploading. But it would nice if it could handle all anatomical modalities that might need to be defaced. |
Thanks for the post @jbwexler! Do y'all have any resource in mind where we could get non-deidentified data including multiple modalities? So far I used scans of me, but I only have |
I believe we have some but I'm not sure whether we allowed to share it... Let me check and get back to you. |
Sorry for the delay. I was able to find non-deidentified T2w, T1map, FLAIR and MEFLASH, though we can't really share them. I tested one image from each of these modalities with pydeface and it seemed to work fine on all of them. I haven't tested them with the the other three defacing tools but I could. I also made a tentative list of modalities I found on openneuro that should generally require defacing. I'm curious what others think of this list: angio Also, I'm wondering about what modalities it should deface by default. Should it just do T1w by default? Should it do all */anat/*.nii* by default? Should it do the all the ones from my list above, even though some of those are not actually in BIDS standard? Should it just do all the anatomical modalities mentioned in BIDS by default? |
Hi gang, finally getting back to this. That's a great list @jbwexler, thanks for that. |
That all sounds great to me. |
Hi, any news regarding this issue? Besides T1w I'd like to deface 3d FLAIR images. Works well with pydeface but using bidsonym with its metadata handling for that would be even nicer. |
Ahoi hoi @m-petersen, thanks for reviving this conversation. So far there is not really any news here, as it's still super hard to get |
What about extending bidsonym to other modalities with a disclaimer stating that the algorithm performance hasn't been thoroughly tested for them? So the user is to decide and evaluate. Unfortunately, I won't be able to share my data as well. Maybe providing screenshots of the defaced images to assist with assessing the performance is something I can discuss with my supervisors. |
It would be great to be able to deface any modality.
A json file with pybids entities filters (like fmriprep
--bids-filter-file
) could be provided to identify the images to process.Maybe it would be possible to identify images which have the same field-of-view from the BIDS sidecars to share the generated mask.
The text was updated successfully, but these errors were encountered: