Dávid Komorowicz

Results 30 comments of Dávid Komorowicz

I've updated most of the header includes and renames. Hopefully I can finish the rest tomorrow: https://github.com/Dawars/pixel-perfect-sfm/tree/colmap-3.9

I didn't use requirements.txt for installation, but I needed to add the following packages in addition to the ones installed in colab: `pip install yacs einops kornia timm `

I'm also trying to get this to work because of DetectorFreeSfM. Triangulation is well encapsulated in IncrementalMapperController. existing_image_ids_ ist set to reconstruction_->RegImageIds() in IncrementalMapper::BeginReconstruction making it difficult to set the...

@ahojnnes @sarlinpe

I don't have write permission here, so I created the new PR. https://github.com/colmap/colmap/pull/2685 Do I need to add tests/python bindings?

I reproduced the conda build recipe achieving ~0.3 sec: 1. I built the latest (develop / r0.3.6) version of openblas with this script targeting **ARMv7**: https://github.com/jjhelmus/berryconda/blob/master/recipes/openblas/build.sh Manually building this version...

## TL;DR - **armhf** requires that packages support **VFPv3-D16**, therefore OpenBlas is compiled for **ARMv6**, hence the 2x speedup. - ~~Raspbery Pi 4 will be fine because **ARM64 -> ARMv8**.~~...

Try installing via `python -m pip ...` maybe pip is installing to a different environment

Is there anything in this directory? `/home/leo/anaconda3/envs/sdfstudio/lib/python3.10/site-packages/tinycudann_bindings/` Search your computer for a file named _**_C.cpython-310-x86_64-linux-gnu.so Or try to create a new env and paste here the output of tinycudann installation.

You are right, I missed this part: `undefined symbol: _ZN3c104impl8GPUTrace13gpuTraceStateE` What GPU do you have? Maybe this operation is not supported for gpu capability 6.1 PS: Maybe this is better...