-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add a tool to produce 3D rendering of the face for visual QC of the defaced images #415
Merged
cmadjar
merged 5 commits into
aces:minor
from
cmadjar:add_MINC_face_qc_tool_to_LORIS-MRI
May 22, 2019
Merged
Add a tool to produce 3D rendering of the face for visual QC of the defaced images #415
cmadjar
merged 5 commits into
aces:minor
from
cmadjar:add_MINC_face_qc_tool_to_LORIS-MRI
May 22, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@PapillonMcGill thanks for your review. I integrated your comments. Please re-review at your convenience. Thanks! |
PapillonMcGill
approved these changes
Apr 11, 2019
nicolasbrossard
requested changes
May 7, 2019
added the batch run pipeline qc face tool script added the perldoc for those tools scripts add batch run pipeline qc removed duplicated file melanie's feedback
cmadjar
force-pushed
the
add_MINC_face_qc_tool_to_LORIS-MRI
branch
from
May 22, 2019 13:27
91b016b
to
7718d8e
Compare
nicolasbrossard
requested changes
May 22, 2019
nicolasbrossard
approved these changes
May 22, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR includes a modified version of the MINC tool
pipeline_qc_face.pl
to work with the LORIS-MRI pipelines inuploadNeuroDB/bin
and a tool script that allows runningpipeline_qc_face.pl
in parallel on multiple CPUs.Those new tools will create a 3D rendering of the face to ensure that the defacing went properly. They will produce jpeg files in a directory specified using the
-out_basedir
option ofbatch_run_pipeline_qc_face_script.pl
that can be looked at to make sur the face was properly scrubbed.This resolves