ZhouYanFeng
ZhouYanFeng
if I have a semantic segmentation model: input1 : (B, 3, H, W) input2 : (B, 3, H, W) output1, ouput2 = model(input1, input2) output1 : (B, C, H, W)...
In your code ConResNet/utils/loss.py class BCELossBoud(nn.Module): ... def forward(self, predict, target): predict = torch.softmax(predict, 1) in forward section, I think we should add predict = torch.softmax(predict, 1)
bind close panel config deleted! 0 % -819200% ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'C:\\Users\\pc\\Anaconda3\\lib\\site-packages\\imagepy\\plugins\\Image-Py_sknw//requirements.txt' reload======== reload........ C:\Users\pc\Anaconda3\lib\site-packages\imagepy\plugins\Image-Py_IBook\menus\IBook\Chapter7 Binary-Image/Show Cell Report.rpt ['ImagePy'] drawing...
I run nnUNet on **KiTS23** dataset and everything went fine during the training process. However, the following error occurred during the subsequent verification process: **IndexError: index 189 is out of...