CT-Lung-Segmentation
CT-Lung-Segmentation copied to clipboard
Pytorch implementation of Lung CT image segmentation Using U-net
Results
1
CT-Lung-Segmentation issues
Sort by
recently updated
recently updated
newest added
Hi author @Adamdad I have a problem when testing with ResUnet. > device = torch.device("cuda" if torch.cuda.is_available() else "cpu") model = ResUNet().to(device) #if torch.cuda.device_count() > 1: model = nn.DataParallel(model).to(device) model_path...