Joeljensen28
Joeljensen28
> FYI, it works after changing pyyaml to version 5.3.1 in `requirements.txt`: > > ``` > pyyaml==5.3.1 > ``` > > See [yaml/pyyaml#724 (comment)](https://github.com/yaml/pyyaml/issues/724#issuecomment-1638587228). When I try this it breaks...
I would also really like this sort of feature
I am not using RGBD, just my plain old phone camera. I am using other open-source ML-based libraries that have pre-trained models, such as Metric3D. I'm certainly not an expert...
> Colmap does not support using external depth maps during the sparse reconstruction stage. How difficult would it be to implement such a thing? I'm a pretty junior programmer, but...