2D Segmentation
#1186
Replies: 1 comment 4 replies
-
Hi @tk6684, you could replace the part about generating synthetic data with the example I showed below(need to change the data path). tutorials/2d_segmentation/torch/unet_training_array.py Lines 43 to 50 in 56ba738
Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to develop segmentation for CT scan of head. I have my own data for images and labels/masks in two separate folders. An example of data that I have is attached. The 2D segmentation tutorial is based on synthetic data (https://github.com/Project-MONAI/tutorials/blob/main/2d_segmentation/torch/unet_training_array.py). How do I modify the code to fit my data? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions