You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to test a few of these methods using Ubuntu 16.04 and Matlab R2016a, but most of the methods are throwing errors.
The 'edgeBoxes' method runs to completion and gives reasonable-looking results. Everything else fails:
randomPrim gives: Reference to non-existent field 'rSeedForRun'
mcg gives: Undefined function 'imResampleMex' for input arguments of type 'uint8'
endres gives: Error running calcendresforIm: Attempt to execute SCRIPT anigauss as a function:
etc etc. The errors seem so varied that I have a hard time believing they all share a single root cause, but the fact that one of the methods works makes me think that I've installed the package correctly.
Any idea what's going on here?
I had to manually install gcc-4.7 and g++-4.7 to get compile.m to run without errors, by the way.
The text was updated successfully, but these errors were encountered:
@asfarley It seems that some error occurs during compilation due to which mex binaries are not being properly generated.
Can you share what's printed on console when you run compile.m and initialize.m? It should help to pinpoint where things are going wrong.
I'm trying to test a few of these methods using Ubuntu 16.04 and Matlab R2016a, but most of the methods are throwing errors.
The 'edgeBoxes' method runs to completion and gives reasonable-looking results. Everything else fails:
randomPrim gives: Reference to non-existent field 'rSeedForRun'
mcg gives: Undefined function 'imResampleMex' for input arguments of type 'uint8'
endres gives: Error running calcendresforIm: Attempt to execute SCRIPT anigauss as a function:
etc etc. The errors seem so varied that I have a hard time believing they all share a single root cause, but the fact that one of the methods works makes me think that I've installed the package correctly.
Any idea what's going on here?
I had to manually install gcc-4.7 and g++-4.7 to get compile.m to run without errors, by the way.
The text was updated successfully, but these errors were encountered: