Out of Memory
Hello, I am on Rama Chellappa's team and I am trying to run your code however whenever I run demo(); it gives me an error that tells me it is out of memory. after it gives me the time for hole filling it says: Out of memory. Type HELP MEMORY for your options. Error in compute_base_features (line181) tmp = common_perimeters+common_perimeters'; ... Is there anyway to optimize the code so that I don't get this error? I am running it on a virtual box with windows 7 as host and ubuntu 14.04 as guest using ~5G ram and 64 G hard drive.
Hmm.. This occurs in the MCG code, so I dont exactly know how to make it more memory efficient. My guess would be to reduce the number of initial candidates by changing the operating point that gets picked in pareto_choose_point.m . I will take a look at this, but that might be after the CVPR deadline.
Have you had a chance to look at this yet? I'm sorry but I don't know when the CVPR deadline is.
Have you solved this problem? I now make the same mistake, hoping to tell the answer.Thanks.
换机器,虚拟机装的ubuntu的matlab是会出现以上问题,我的解决方案就是换到了服务器上