I\'m trying to implement SED from OpenCV to android but I\'m running into an error. So this is the code I\'m using and it requires a model file (trained model to detect edges) w
I solved this problem by making a copy of the model from the asset folder to the phone storage and reading it from there.