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.
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.