Closed pkrush closed 9 years ago
Oh, I missed(forgot) the line in the Readme.md for https://github.com/willyd/caffe-builder that said there was an a WIN32 issue with LMDB.
It does work fine for me after lowering LMDB_MAP_SIZE in db_lmdb.cpp const size_t LMDB_MAP_SIZE = 1099511627776; // 1 TB but the file size is fixed.
Not sure where to head with this. Part of my issue was just deleting files look like it was not going to scale.
But I found this takes them out near instantly: del /f /s /q foldername > nul rmdir /s/q foldername
See https://github.com/willyd/caffe-builder/issues/16
I am going to skip this for 2nd Proof of Concept milestone, but the project should be using an image database at some point.