UIDNet
UIDNet copied to clipboard
End-to-End Unpaired Image Denoising with Conditional Adversarial Networks (AAAI-20)
Hello, may I ask where can I get the CT image dataset from? For example, ‘’_full_1mm.npz‘’ and ‘’_quarter_1mm.npz‘’ mentioned in the code, etc.
Hi, Could you please release the pre-trained model on SIDD?
Hi, do you have the corresponding new tensorflow 2.0 coding? Thanks
I divided the CBSD500 data set into training set 432 and test set 68. I generated 54,432 64x64 patches from the training set. I trained the bsd_model.py according to natural...
Hi, I have a question about generating patches at training. In your paper, you use CBSD500 as training dataset and make patches which have 64x64 shape. I wonder the way...
Hello! I wonder why the size of the projection data is 64x736? Some of the literature I found said that the size of the projection data should be 2304x736. Why...