Closed payymann closed 7 years ago
It depends on the version of Coxel Saliency you are using. The SVC_raw() function has different names in different versions. You need to locate the new name and use it instead of SVC_raw. Alternatively, you can drop Coxel Saliency all together. From the docs: "Note: omitting this feature, our model still performs well. Thus, if you are having trouble obtaining the code, simply omit the feature. This will also speed up feature calculation, since coxel features are the slowest to compute out of all our features."
in new version they renamed those functions : SVC_raw() ----> CEOS_rawData() SVC_map() ----> CEOS_smap
After downloading all dependencies and doing all works mentioned in external/README, when I run "demo_predict.m" an error appears that complains about "SVC_raw" function. Here is the output of this script :
Where is this function defined? I have searched all source files in this repo and there is no definition for this function.
*** I am trying the code with Matlab R2016b on ubuntu 16.04.