andrewssobral / lrslibrary

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

some problem in running lrs_gui.m #5

Closed moorejee closed 7 years ago

moorejee commented 7 years ago

Hello, I am a graduate student from China. There are some problems in your repository "lrslibrary". First, the library "vlfeat" is empty. Second, the file "lrs_gui.m" is also empty. Can you fix these problem soon?

andrewssobral commented 7 years ago

Hi @moorejee , You need to do: git clone --recursive https://github.com/andrewssobral/lrslibrary.git the parameter --recursive get the submodules required for lrslibrary setup. The lrs_gui.m is not critical, it just call the main.m function stored in the gui folder.

moorejee commented 7 years ago

Thanks for your answer. I run the program successfully.