You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your input DICOM file a 3D volume format? It seems that way given the warning of size (49,2457,1890) . Currently med2image only processes 2D DICOM filess, not 3D DICOM volumes.
You will first have to convert your DICOM volume to a series of 2D slice files.
Also, since this would be a useful feature to implement in future versions of med2image, perhaps you can share your input DICOM file so we can develop this functionality.
med2image -i ./input/1-1.dcm -d ./out
![image](https://user-images.githubusercontent.com/75286/103066660-2e462480-456e-11eb-84f7-d9c208dc741c.png)
The text was updated successfully, but these errors were encountered: