Closed zoldaten closed 6 months ago
On an A100, the 150-frame Tanks and Temples sequences are expected to take ~22 minutes to run (see the last table in the supplemental). The script python3 -m flowmap.overfit
is the correct one to run.
You might be able to speed up optimization by using the low_memory
configuration option (see #4) or by playing around with mixed precision/FP16 settings. Also note that the lighthouse scene is one where FlowMap fails. See the code snippet below for notes on which scenes COLMAP and FlowMap fail on:
ok, i tried Family dataset: python3 -m flowmap.overfit dataset=images dataset.images.root=Family
i took ~ 20 min.
but got strange result when open points3D file:
images in dataset looks like -
may be i do something wrong or the result should look like that ?
i tried
python3 -m flowmap.overfit dataset=images dataset.images.root=path/to/folder/with/images
with Lighthouse image dataset but it takes huge time to got final result even on A100 Tesla. may be i started training not inference ? how to check it out ?