Compressing LMDB files

2019-07-25 11:18发布

I am wondering if anyone has tried using compression techniques for their LMDB files? Typically, lmdb files typically do not use any compression. I am wondering if anyone has successfully stored data in an lmdb using jpeg compression on lmdb and then used it for caffe. I need this because I am working on a developer board with very limited storage space. If so, can you please provide steps/code to do this?

thanks

1条回答
老娘就宠你
2楼-- · 2019-07-25 11:44

Caffe also supports HDF5 which supports compression. If your dataset is smth like mnist - it may be a good choice.

查看更多
登录 后发表回答