GuoShi28/CBDNet

dateSet

shenyingying opened this issue · 3 comments

can you share your dataset in training your model,there is some trouble in my reading the matlab code,is there anyone convert it to tensorflow ?

I have not converted all CBDNet code to python. However, I have released some ISP operator and inverse operators in python. You could refer to these codes to reproduce in python. Hope this helps.

thanks for your replay,there are some question confused me , can i consult you ?

  1. in denoise process,why should i evaluate the sigma value,can't i just find the mapping relation between real pic and clean pic ,this is my net:

    my training date :
    input :

    output:

    but the test result is :
  2. my final goal is realize the image enhancement and denoising ,the result i want just like the above training output ,is there any paper or net i can refer which you know ,thanks a lot .

@shenyingying Only utilize Cov layer without ReLU can not learn the task very well. Please notice more on details.