rbgirshick / voc-dpm

Object detection system using deformable part models (DPMs) and latent SVM (voc-release5). You may want to use the latest tarball on my website. The github code may include code changes that have not been tested as thoroughly and will not necessarily reproduce the results on the website.
http://www.cs.berkeley.edu/~rbg/latent/
MIT License
582 stars 308 forks source link

Runtime Error: Access violation in fv_cache.cc #15

Open mbt925 opened 8 years ago

mbt925 commented 8 years ago

I modified the code for windows and there was no problem. I trained a couple of times successfully but suddenly this run-time error showed up. Exactly after "Cache holds ... examples".

matlab_crash_dump.txt cache_error

ElaineJiang commented 8 years ago

I run the learning code on Matlab2015, ubuntu. At first I've got the "Invalid Mex-file 'fv_cache.mexa64': dlopen: cannot load anymore object with static TLS. But, after I add several dependencies to that file (like what was said in that issue), I've encountered this error and I never trained it successfully. So is there any possible solutions to this? Thank you.

mbt925 commented 8 years ago

There may be some bugs in the cache management codes.

ElaineJiang commented 8 years ago

Do you know how to fix that?

mbt925 commented 8 years ago

Unfortunately, debugging the cache management codes is very hard.

xiaozhuka commented 7 years ago

Same issuse with me, how do you fix this?

mbt925 commented 7 years ago

There is no fix up until now.

saleki commented 7 years ago

Decrease the training.cache_byte_limit option in voc_config file and see if the problem exist or not.

mbt925 commented 7 years ago

I tried that, but the problem still was there.