OpenGVLab / SAM-Med2D

Official implementation of SAM-Med2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate 2D slices from 3D CT or MRI

lzl2040 opened this issue · comments

I want to know how you prepare the 2D dataset from 3D CT,such as KITS dataset. Thank you.

Our approach involves slicing the CT scans along the X, Y, and Z axes, and then excluding images/masks that do not meet the specified criteria. The rules for filtering the images are detailed in the paper. In the next version, we will provide the detailed code. Please stay tuned.