maturk

Results 155 comments of maturk

> Hi, I got the same problem and I also adding the code**--matching-method exhaustive** > > It come out with this error: > > **Error running command: colmap exhaustive_matcher --database_path...

Problem with your windows machine c++ compiler tools. cl.exe not found basically. try some of the instructions in the docs for windows install ![image](https://github.com/nerfstudio-project/nerfstudio/assets/30566358/a8b580b6-a808-4ab3-ac54-6e698a646322)

It's just that the cuda backend for nerfacto, i.e. tinycudann, and the cuda backend of splatfacto, i.e. gsplat, are distinct and have their own install methods. gsplat info can be...

@KevinOPG, good point, this is currently not supported in the `ns-process-data images ...` script. Basically, the bundle adjustment is always ran after feature extraction and matching commands [here](https://github.com/nerfstudio-project/nerfstudio/blob/8e0c68754b2c440e2d83864fac586cddcac52dc4/nerfstudio/process_data/colmap_utils.py#L153), but it...

Hey, sorry I dont think anyone from the core team is working on satellite data, so it is unlikely this will be implemented unless someone is willing to contribute to...

Hey I just think that these kind of features are not supported in the visualization tools provided by these software and implementing this kind of user adjustments is not trivial....

I imagine it is possible to adjust the positions using the current GUI. All the attributes of the cameras are indeed exposed to python and viser, so adding some toggles...

Looks like it is failing to build Colmap with vcpkg on your machine. I am not sure why, but you could try an alternative installation. From colmap's github releases you...

Sorry for the delay, colmap should be installed at the system level so at the base environment. Better yet, if you deactivate all environments (by typing 'conda deactivate') you should...

Did you restart the terminal as well after installing? If that does not work, I am not sure what the problem is. I am not a windows user and Colmap...