JohnTargaryen

Results 4 issues of JohnTargaryen

Greetings! I change the input image size from 256,256,3 to 128,128,3, and mask size from 128,128 to 64,64 in the pytorch implementation. However, there seem to be hard-coded padding in...

Greetings! Thank you for your excellent work. I have come across three problems and hope that you or the github community can provide me some insights. 1. I downloaded the...

The demo website seems to be unavailable, could you pls check it out? THX!

hey there, I notice that your code for loss function in ssim_loss_function.py is quite similar to the code I found in https://stackoverflow.com/questions/39051451/ssim-ms-ssim-for-tensorflow However, this seems to be SSIM LOSS function...