jiangyijin
jiangyijin
Does anyone know the specific reasons why reconstruction results may not be good? Or what should I do to achieve better reconstruction results?
> You can try to get more pictures or get higher-quality pictures. If you have a low number of pictures, or low-quality pictures try to increase the number of iterations....
> GS literally put inside all what you put. So it is a better to select your pictures. Select sharp good quality pictures. No need for high resolutions. I got...
Hello, I am also setting up the limap environment. After uninstalling libtiff using conda, I encountered the following issue: When I run python -c "import limap", I received a ModuleNotFoundError:...
Hello, I am also setting up the limap environment. After uninstalling libtiff using conda, I encountered the following issue: When I run python -c "import limap", I received a ModuleNotFoundError:...
> Hello, I am also setting up the limap environment. After uninstalling libtiff using conda, I encountered the following issue: When I run python -c "import limap", I received a...
sift = cv2.SIFT_create()# 注意一下这个地方,之前的是#原代码 sift = cv2.xfeatures2d.SIFT_create() #替换成为 sift = cv2.SIFT_create()