MSRF-Net
MSRF-Net copied to clipboard
Undefined variable in Canny(np.asarray(inputs), 10,100)
File "c:\Users\user\test\MSRF-Net\model.py", line 267, in msrf canny = cv2.Canny(np.asarray(inputs),10,100)
what's the meaning of inputs?
- can you upload the requirement file?
@xnfxnf7979 your better option for now is use my fork with the correction to run with tensorflow. Or use the pytorch implementation shared in the issues.
@augustoicaro Oh really thank you :D