Yohann CABON
Yohann CABON
Hi, for matches, what you call inliers is what we call matches with geometric verification in kapture-localization. There is no way to have both tentative matches and inliers within the...
Hi, the feature extraction scripts (deep-image-retrieval / r2d2) do not support multi-gpu (neither does the matching scripts). If your dataset is too big, you can always split the kapture data...
this line here is the problem I believe https://github.com/microsoft/vcpkg/blob/47cbed88514c0e48fdb72ddc29545f35136f5461/ports/colmap/portfile.cmake#L69 this folder was empty before and thus removed at the end of the build but it's no longer the case. I...
Hi, I applied a quick fix to the load_images function.
Hi, it looks like a the error is happening within gradio. Are you using an up-to-date version of gradio (if not could you try after updating it -> `pip install...
Hi, Long paths can be enabled on Windows 10, version 1607, and later (not just with git), so it shouldn't be an issue (saw that in https://github.com/facebookresearch/xformers/issues/543 they get the...
dust3r doesn't work well on large image collections, so in most cases, using extracted frames from videos will results in out of memory or a bad reconstruction. I'm trying to...
Hi, I updated the demo script to expose the "scene_graph" parameter. By default, we make all possible pairs, but it explodes when you add many images. Use the "sliding window"...
Hi, We trained dust3r on A100 gpus (with 80GB of vram) for the training at 224x224 resolution, we used 4, but I'd recommend to use 8 (it increases the effective...
Thanks a lot.