Liu Zhen
Liu Zhen
To my knowledge, you have to insert the pose prior to the database, ie. the database.db. Colmap itself can only read and convert that info from exif info of the...
related #352
requirements doesn't setup sufficient cuda environment, and may lead to miss understanding for new developers. I would suggest write it in the dockerfile or use a `Docker` subfolder to place...
Related document [Compose spec](https://github.com/compose-spec/compose-spec/blob/master/14-include.md) [docker-compose/include](https://docs.docker.com/compose/multiple-compose-files/include)
if you mean the radius_search function, you can check out [my impl](https://github.com/HernandoR/GeoTransformer/tree/0dac7afb4177da8b480ade599814adf604150943/geotransformer/modules/ops), where i replaced it with open3D's API
up vote if any one doing this.
FYI, [implicit](https://github.com/benfred/implicit/blob/b33b809cb585cb8a65ad39d0f97497d37e98acaa/pyproject.toml#L25) seems to make an example on install cuda support in manylinux image.
9 meters' translation error on x axis seems to be unreasonably high.
I could not recall the exact URL that made me I finally solve this problem. I guess it was a Cursor (the IDE) issue or an Obsidian discussion. The reason...
> A similar issue was reported in https://github.com/clangd/clangd/issues/2221, [this comment](https://github.com/clangd/clangd/issues/2221#issuecomment-2498351363) is potentially interesting. Changing of ``` @lang:cpp@id:editor.stickyScroll.defaultModel ``` to `outlineModel`, resolved the issue for me.