Xiaobiao Du
Xiaobiao Du
Hi I do not see training code for no training code for burst denoising and low light enhancement. Could you please open these codes since your work is outstanding? Best
Hey, I download your predtrain model ,EDSRX2 to test Set5!. But have some pixel error  And the PSNR of Set5 is 39.14. It seem big than your paper?
Hi guys! I download your EDSRX2 model to test BSDS100 with python. And then use the HR image producing from test to calculate PSNR with Matlab in Y of the...
In the current configuration, I can use zero123 and Proflicdreamer respectively, but what should I do if wanna integrate zero123 into Proflicdreamer?
Hi Thanks for your excellent work. I am wondering how you launch the interactive interface as a UI application in your script.
Hi I saw a piece of code in generator.py to set the sigma to 0. I am very confused as to why you set it like this. What benefits would...
Hi I see you set a lot of hard code in config file. Could you please provide some information about how to obtain these values? ``` python scale_range_min: [0.2, 0.16,...
Hi Thanks for your excellent work! I have some details that make me confused and I may need your further explanation if you are available. You mentioned in your paper...
Have anyone tried to distill Yolox-l into Yolox-s with COCO pretrained weights and get better results? or even smaller student models?
HI Thanks for your excellent work. I saw the MLP you designed concatenating the input position x after several mlp layers. I am confused about that and might need your...