Running the demo with --cube executes a python script, but running with --colmap shells through to a viewer.
The reason we need to do this is that python scripts don't have a way of sending an rrd file to a viewer instance.
However, there is also a core inconsistency here between "--serve" as the flag used on python vs "--web-viewer" as the flag used on the viewer.
Running the demo with
--cubeexecutes a python script, but running with--colmapshells through to a viewer.The reason we need to do this is that python scripts don't have a way of sending an rrd file to a viewer instance.
However, there is also a core inconsistency here between "--serve" as the flag used on python vs "--web-viewer" as the flag used on the viewer.