MSRF-Net
MSRF-Net copied to clipboard
Undefined variable in last commit - inputs
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
Yes, me too. So confusion
Hello! Do you have any updates on this issue? Thank you!
Hello @chrisangelidis, for now you you have 3 options.
If you want to test msfr-net:
- my fork that fixes this repo: https://github.com/augustoicaro/MSRF-Net
- pytorch implementation: https://github.com/amlarraz/MSRF-Net_PyTorch
The third option is use the last work of the author, the GMSRF-Net, implemented in pytorch.
Thank you very much @augustoicaro !!