Closed fardinSS closed 7 years ago
I can't tell for sure, but it seems like this is related to the Edge Detection Toolbox and not to the distractor removal code.
Have you followed the Edge Detection Toolbox readme.txt
and successfully compiled all .mex
files?
Yes I followed and successfully compiled all.mex
files without any warning and error in matlab2016, and run demo file from Edge Detection Toolbox also, it works correctly but in your code I meet this error unfortunately!
Wondering if there's a solution to this problem.
Try the following:
.mat
file.restoredefaultpath()
to uninstall packages that might cause a conflict..mat
file you created to re-execute the problematic line in this clean environment.Do you still see a crash?
Thank you sir for your help it was of my MEX version. I solved it.
So, I'm trying to run your code; following the Readme instruction, I've downloaded and installed all the mentioned toolboxes and modules. Running the script I encounter an error in the EdgeBoxes like this:
I'm running matlab 2016b in an ubuntu 16.04. Any kind of help would be appreciated