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

deleting files during models/grids load has race condition #43

Open quantombone opened 12 years ago

quantombone commented 12 years ago

This rarely comes up, but better to address now than feel the pain later.

quantombone commented 12 years ago

What happens is one of the nodes is waiting for files to finish, while another process deletes them, so the first process is stuck in an infinite loop waiting for files to appear which never will.