MSRF-Net
MSRF-Net copied to clipboard
DSDF block - shouldn't x2c use x2 as input?
Concerning the DSDF (RDDB) block
Shouldn't x2c (line 345) use x2 as input? Since x3c uses x3 as input (line 360) and x4c uses x4 as input (line 376)
https://github.com/NoviceMAn-prog/MSRF-Net/blob/60e23734d94d340b9d89b64e7f9e2636b6f96c0f/model.py#L345 https://github.com/NoviceMAn-prog/MSRF-Net/blob/60e23734d94d340b9d89b64e7f9e2636b6f96c0f/model.py#L360 https://github.com/NoviceMAn-prog/MSRF-Net/blob/60e23734d94d340b9d89b64e7f9e2636b6f96c0f/model.py#L376