Dávid Komorowicz
Dávid Komorowicz
Updating to work with colmap 3.9+ according to #110 I managed to compile the code but it still doesn't link. Todo: - [x] Fix include file locations - [x] Rename...
In the latest pycolmap IncrementalMapperOptions has been split in two and most options fall under IncrementalPipelineOptions. Fixes: ```ValueError: Unknown option "multiple_models", allowed options and default values for IncrementalMapperOptions:``` In this...
I exposed the ALIKED feature extractor from LightGlue. I added two versions: `feats-aliked-n16-rot` and `feats-aliked-n32`. Should I expose all variants? Matching is possible via LightGlue by using `aliked+lightglue`. If you...
Recently several vulnerabilities have been uncovered. https://github.com/advisories?query=type%3Areviewed+Pillow It is crucial to apply these fixes for use in production. This PR is a straightforward merge from 9.4.x containing security vulnerability fixes,...
Package name: numpy Link to PyPI page: https://pypi.org/project/numpy/ Link to piwheels page: https://www.piwheels.org/project/numpy/ Version: e.g. 1.16.4 Python version: e.g. 3.7.3 ## Summary The piwheels distribution of numpy doesn't use multithreading...
Does this fix make sense? The mask is converted into a bool mask (1, 0) earlier
Hi, This paper looks very interesting. I'm wondering whether the patch loss is a necessary component of this method or it would work without this loss as well. In the...
Bundle adjustments slows down as the number of images increases. Currently the DENSE_SCHUR is used below 100 images, SPARSE_SCHUR below 1000 images and an iterative solver is used above that....
## Describe the issue The click handler doesn't seem to have any effect: The issue can be reproduced using the pixelstitch package following the installation instructions in this issue: https://github.com/ducha-aiki/pixelstitch/issues/1#issuecomment-2269974339...