MSRF-Net
MSRF-Net copied to clipboard
Wrong connections in RDDBs
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
n13,n23 = RDDB(n13,n23,32,64,16)
n33,n43 = RDDB(n33,n43,128,256,64)