You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pycolmap.incremental_mapping() produces lot of console output.
suppressing output in jupyter notebook either through contextlib or %%capture is not working.
Any suggestions?
The text was updated successfully, but these errors were encountered:
I agree that there should be an option to hide the console output. hloc has a wrapper that suppresses the output, this should also work in a jupyter notebook.
PR #176 adds an option to increase the min log level. This can thus suppress all INFO log messages (once COLMAP has entirely switched to glog in colmap/colmap#2172).
pycolmap.incremental_mapping() produces lot of console output.
suppressing output in jupyter notebook either through contextlib or %%capture is not working.
Any suggestions?
The text was updated successfully, but these errors were encountered: