DeepInfer / Slicer-DeepInfer

3D Slicer Module for connecting to model repository and use models for image analysis.
http://www.deepinfer.org/
Other
25 stars 15 forks source link

Add Support for Table Output #3

Open kmader opened 7 years ago

kmader commented 7 years ago

Many operations performing regression or classification would produce table output. It would be particularly nice to have support for tools like pyradiomics using Docker (https://github.com/Radiomics/pyradiomics/issues/240) rather than manually building the extension (https://github.com/Radiomics/SlicerRadiomics)

mpslxz commented 7 years ago

@kmader We are planning to add classification output to the gui. Also, we need to have an interactive json generator code on the website so that in input/output and other properties are unified. Once we have the generator ready to go, we will update gui, accordingly.