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 short16 and float32 images #2

Closed kmader closed 7 years ago

kmader commented 7 years ago

Currently only uint8 images are supported (https://github.com/DeepInfer/Slicer-DeepInfer/blob/master/DeepInfer/DeepInfer.py#L642) which is very limiting for techniques like CT. It would be good to have support for short and floating point images based on the json files

mpslxz commented 7 years ago

@mehrtash What do you think?

mehrtash commented 7 years ago

@kmader @mpslxz definitely makes sense! There is no need to limit ourselves to a specific datatype at slicer level. We should move any preprocessing to the docker side.

mehrtash commented 7 years ago

@kmader This has been fixed. Now the original image will be sent to the docker for further processing. All conversions will be handled inside the docker.