Troii

Results 7 comments of Troii

> Same problem here. Have you @TroiiF got any solutions? Nada. The author said it's not recommanded to use PBA if the points is over 100,000. So maybe PBA is...

> hi,I want to know if the "pba" can only used in undistorted images? It's used for Bundle Adjustment.

似乎作者的caffe版本只支持cudnn4和cuda7.5,不支持cuda8.0 It seems that the caffe the writer use only supports cudnn4 and cuda7.5 but not cuda8.0.

同遇到这个问题,应该是自定义渠道的问题,我的解决方法是将ollama和oneapi安装到同一台机器上(并且不能使用oneapi的镜像,必须本地部署……)。 Ollama不支持输入BaseURL这个还是比较致命的,除非Ollama和oneapi在同一台服务器(或镜像中)上才可用,同一台机器上使用docker启动也必须使用 `http://host.docker.internal:11434` 来配置,建议开放出来baseUrl的配置

解决了,参考https://github.com/songquanpeng/one-api/issues/1357

官方镜像也可以通过设置代理解决,参考: ![image](https://github.com/songquanpeng/one-api/assets/23192308/04a91fb8-4426-46a7-86da-a10bfe47e2fc) 在oneapi镜像中调本地部署的ollama