neuropoly / totalspineseg

Segmentation of vertebrae, intervertebral discs, spinal cord and CSF from MRI images.
5 stars 0 forks source link

Create script to extract signal statistics for each class #3

Closed jcohenadad closed 1 year ago

jcohenadad commented 1 year ago

I suggest we write a simple Python script to do that. The algorithm is as follows:

yw7 commented 1 year ago

@jcohenadad Is it ok to put the code in master branch under 'scripts'? or should we create a branch for development?

jcohenadad commented 1 year ago

Is it ok to put the code in master branch under 'scripts'? or should we create a branch for development?

Create a branch specific to this issue, eg: yw/extract-signal and open a PR so I can review the code. Let's do code development with professional standard (ie: with at least one code review).