GemHunt / CoinSorter

Sorts coins by solenoid on a conveyor by classifying images with Caffe & DIGETS
MIT License
46 stars 2 forks source link

Get LMDB working in Windows #43

Closed pkrush closed 9 years ago

pkrush commented 9 years ago

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.

pkrush commented 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