quantombone / exemplarsvm

Ensemble of Exemplar-SVMs for Object Detection and Beyond
http://www.cs.cmu.edu/~tmalisie/projects/iccv11/index.html
MIT License
430 stars 155 forks source link

Reg. matlab lock #54

Open cmethani opened 12 years ago

cmethani commented 12 years ago

I keep getting the following missing file error:

missing E:\New_Topics\MultipleExemplarSVM\esvm-bus\detections\trainval-bus-g.exemplar-svm\result_00249-00252.mat

However, a folder called " result_00249-00252.mat.lock" exists in the same folder.

What is the point of the folders with ".mat.lock" extension?

quantombone commented 12 years ago

The folders with .lock extensions are lockfiles which are written to let multiple processes communicate when you want to perform large scale training on a cluster.

If you are running things on one machine, you can go ahead and delete all .lock folders. They should be automatically cleaned up after training and if they didn't this means something is probably wrong. It could happen that you ran training once, killed the job, and tried running again. In that case you will have to manually delete the lock files.