CBDNet icon indicating copy to clipboard operation
CBDNet copied to clipboard

dateSet

Open shenyingying opened this issue 5 years ago • 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 ?

shenyingying avatar Apr 12 '19 10:04 shenyingying

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.

GuoShi28 avatar Apr 15 '19 06:04 GuoShi28

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 avatar Apr 16 '19 02:04 shenyingying

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

GuoShi28 avatar Apr 19 '19 03:04 GuoShi28