andrewssobral / lrslibrary

Low-Rank and Sparse Tools for Background Modeling and Subtraction in Videos
836 stars 379 forks source link

lrs_setup错误 #11

Closed momo-github-1984 closed 1 year ago

momo-github-1984 commented 3 years ago

lrs_setup Running setup... LRSLibrary path: C:\Users\18382\Desktop\experiment\lrslibrary-master\lrslibrary-master Updating PATH! Running VLFeat setup! 错误使用 run (line 46) 未找到 C:\Users\18382\Desktop\experiment\lrslibrary-master\lrslibrary-master\libs\vlfeat\toolbox\vl_setup。

出错 lrs_setup (line 61) run(lrs_conf.vl_path); % add VLFeat

andrewssobral commented 1 year ago
I get the following error on running the demo.

Error using run (line 46)
/.../andrewssobral-lrslibrary-80b6a35/libs/vlfeat/toolbox/vl_setup not found.

Error in lrs_setup (line 61)
run(lrs_conf.vl_path); % add VLFeat

Error in demo (line 6)
lrs_setup; % or run('C:/GitHub/lrslibrary/lrs_setup')

Could you please clarify?

To solve this issue you should clone the repository using --recursive as follows: git clone --recursive https://github.com/andrewssobral/lrslibrary.git