Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add "append" mode for convert_imageset. #5762
+22
−2
Conversation
added some commits
Jul 11, 2017
tonykcn
commented
Jul 12, 2017
•
|
Sometimes, we need to append additional images into lmdb/leveldb, especiallly in fine-tuning stage. @shelhamer , could you help review and merge this change? Any suggestion/comment will be appreciated. Thanks in advance. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tonykcn commentedJul 11, 2017
Sometimes, we need to append additional images into lmdb/leveldb, especiallly in fine-tuning stage.
If we construct all data with convert_imageset from ZERO, it's inefficient when the image count is large.
If "append" is set explicitly, new image data are appended after existing rows, no need to touch existing constructed data.