Quoc Nhat

Results 11 issues of Quoc Nhat

Hello @wheybags You said that You have built binary libs on DEBIAN 9 (GLIBC 2.24) and run on UBUNTU 12.04( GLIB 2.14) successfully. I know that the GCC version is...

Thank you for your awesome work. I got this issue: /tmp/ccpAf8xy.s:5302: Error: multiple versions [`memcpy@GLIBC_2.23'|`memcpy@GLIBC_2.14'] for symbol `memcpy' I used to run __asm__(".symver memcpy, memcpy@GLIBC_2.23") and I guess it points...

Thanks for sharing this code, This is not an issue anymore. I want to convert this model to ncnn to be able to run on mobile devices. Does anyone give...

Hi, Thanks for your sharing an awesome work, This is not an issue, just like a question, please help: I would like to add FPN head to your mnetv3 backbone....

Hi, thanks for public your awesome works, Currently, the provided denoising model is very nice, But it does not work well with rain images. May I ask if you will...

Same the title, can you please share how to edit the source code to train deraining task using YCbCr color space as the paper hints? Thank you

Hello, Thanks for sharing this project. I find that you use kernel size of (7x6) at layer linear7, while it is (7x7) in the paper. Why is this change? Thank...

Hi, thanks for your works, Can you please update the training code, thanks

Hello, Thanks for your works, Do you think the type of reference dataset needs to be similar to the target one? I am implementing Pytorch on my custom dataset (scene...