yjsb

Results 4 issues of yjsb

I downloaded the file '200.ckpt' on Google Drive, and I changed its name to '001.ckpt' in my project. I trained the model for 50 epoches on fold 3, but I...

I have two kinds of mask, the tumor and the boundary of tumor, and they are two different array. If I want to argument the image, I have to do...

I crop lung nodule to 64*64*64 and turn the gray level to [0,255], and then turn it to [0,1] as the input of UNet3D. I used the pre-trained weight excluded...

I just want to use your 3D TransUNet in your code. but I don't know the input shape of the position parameter in forward, I use position=torch.Tensor([1,512,2,2,2, 64]) to match...