I'm encountering an issue while trying to merge multiple .db files using the -a (append) mode in rtabmap-reprocess. Here is the command I used: rtabmap-reprocess -a "session1.db;session2.db" merged.db However, I receive the following error during processing of the second database: [ERROR] VWDictionary.cpp:789::addNewWords() Descriptors (size=32) are not the same size as already added words in dictionary(size=64) Any guidance would be greatly appreciated! Thanks!