Ystartff

Results 17 comments of Ystartff

Thanks to the author's answer, we carefully studied the delineated files and found that the problem was in the environment, we reinstalled the environment to solve the problem

![生成图片](https://github.com/FengheTan9/Multi-Level-Global-Context-Cross-Consistency/assets/117526464/29bee4cb-0074-4e09-924e-2cf5adfdc660)

Hello, sorry to bother you again, can you send me the picture generation module project code, I would appreciate it if you could send it to me, my email address...

Thank you for taking the time out of your busy schedule to answer my question. I have another question. Can you provide the segmentation mask code generated by the model...

> Before calculating loss, the code will perform one hot for the mask (**loss/loss_function.py line 119** ), which means that the mask will be converted from [Batch size,1,128,128] to [Batch...

Hello, my problem is that when I do onehot coding the previous batches target.shape is (2,128,128,2) but the later batches have (2,128,128,256). A problem with the code prompts me to...

I've noticed that using your wwavelet2D causes the image width to be halved, is that how your input works?