Augusto Ícaro Farias da Cunha
Augusto Ícaro Farias da Cunha
Hello! I was configuring this library in my company Linux project today and found some inconsistencies in cmake variables. I took some time to be able to compile this library...
Please include the following information in your issue: 1. Version: 2.3.1 2. Compiler: any Hello! I was checking the variables used in cmake to enable a subset of units and...
The last commit uncommented the following line, and the `inputs` variable is not defined. I didn't figure out the right argument for the `Canny` method. https://github.com/NoviceMAn-prog/MSRF-Net/blob/60e23734d94d340b9d89b64e7f9e2636b6f96c0f/model.py#L267
As in `msrf.py` and in your article, the connections for the following code should be: https://github.com/NoviceMAn-prog/MSRF-Net/blob/60e23734d94d340b9d89b64e7f9e2636b6f96c0f/model.py#L234-L236 ```python n13,n23 = RDDB(n13,n23,32,64,16) n33,n43 = RDDB(n33,n43,128,256,64) ```
Hello @NoviceMAn-prog, please delete `msrf.py` from your repo, it was the first network file that was divided later into separated files for each part of your code. Also, have more...
This PR fixes some images left in batch training when the following condition is never met due to `float` to `int` conversion. https://github.com/NoviceMAn-prog/MSRF-Net/blob/60e23734d94d340b9d89b64e7f9e2636b6f96c0f/train.py#L103 Also, used `tqdm` dependence that was never...
Thank you Jeremy for this amazing work! I found this project a few years ago. Finally, last week, I started my journey to adapt your matrix rain as [Vivaldi background...