Code Monkey home page Code Monkey logo

mri-deface-detector's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mri-deface-detector's Issues

Visuals for README

Create a single figure with an example of: (a) original undefaced image (b) defaced image (c) downsampled original (d) downsampled defaced (e) mean of downsampled original (f) mean of downsampled defaced.

Strong assumptions regarding image orientation

The ability to run this from the web is very useful.

This tool makes a strong assumption that the input image is in RAS orientation. Consider the sagittal T1 scan from this public dataset. Since this was a 3D acquisition, dcm2niix can losslessly rotate the image to RAS orientation or preserve the original sagittal alignment (PSR orientation) depending on the -x flag:

 dcm2niix -f PSR -x i ~/dicom/path/T1
 dcm2niix -f RAS -xy ~/dicom/path/T1

Even though the image data is identical (just with the dimensions swizzled), this detector fails for the PSR image.

Note that dcm2niix will only re-orient 3D acquisitions (to preserve slice timing of 2D sequences). Note that some T1 anatomical scans are 2D.

RAS
PSR

Missing Install Steps

  1. Install npm
  2. Navigate to directory with package.json
  3. Missing numjs dependency (error below)
    Error: Cannot find module 'numjs' from 'C:\Users\adoyle\PycharmProjects\Deface-Detector'
  4. Missing model file (error below)
    Error: Cannot find module './public/data/mri_full_uint8.json' from 'C:\Users\adoyle\PycharmProjects\Deface-Detector'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.