Brett-Michael Green
Brett-Michael Green
I can contribute to this if this is still desired!
I was not able to replicate by building the project on the latest HEAD commit. Perhaps it is possible that the prebuilt needs to be updated or has an absolute...
> @greenbrettmichael Maybe this is just a corrupted binary download? This morning, I downloaded the pre-built VS2022 package from the front page of the MaterialX GitHub, and the viewer seems...
I computed the same MD5 on my package 4178313E4FE79B2DC3F4A3BEBD5A6BBF I also re-extracted the zip and tried again and was able to replicate. If there is any information that you would...
Sure, it looks trivial to setup a similar folder structure from the local build and setup a debugger to see what is going on. I will look at that for...
> We are aware of these approaches but they are usually much less flexible (e.g. in terms of shared intrinsic parameters and camera models) than Ceres, which is the solver...
After reading more into the colmap bundle adjustment code, the following algorithms are used in different scenarios ceres::DENSE_SCHUR ceres::SPARSE_SCHUR ceres::ITERATIVE_SCHUR WITH ceres::SCHUR_JACOBI preconditioner ceres::DENSE_SCHUR has GPU support, but takes too...
conda install pycolmap instead of pip install pycolmap resolved the issue for me on the latest hloc code. not the greatest solution. pycolmap problem and not hloc problem IMO, maybe...