Research note 2015.04.27 Reading protobuf DB in Python Caffe uses Google Protocol buffer and LMDB or LevelDB to save data in a single unified database file. This allows faster data loading. Saving Database in LMDB I will not cover... google-protocol-bufferpython ↗