rwijmashell

Results 3 comments of rwijmashell

Was having this issue as well. I noticed that switching from ```draw_geometries``` to simply using the new ```draw``` fixed my issues.

What seems to have fixed it for me is replacing ```SQLITE_OPEN_NOMUTEX``` with ```SQLITE_OPEN_FULLMUTEX``` in ```src/colmap/scene/database.cc```