SereinH
SereinH
> This is really helpful! I've gotten further than before.这真的很有帮助!我比以前更进一步了。 > > ``` > > /home/relh/Code/???????????/dust3r/dust3r/cloud_opt/init_im_poses.py(61)init_from_known_poses() > 60 assert known_poses_msk[n] > ---> 61 _, i_j, scale = best_depthmaps[n] > 62...
hi renyiyu. I also suspected that there might be a problem with my pose calculation. I initially verified whether my rotation matrix was correct at the corresponding angle, but I...
> I encountered the same issue where the error message "no CUDA-capable device is detected" was displayed. In my case, adding the following line to the `~/.bashrc` file resolved the...
> Maybe you can try to update your OpenGL or reinstall CUDA in 12.6 version.也许您可以尝试更新 OpenGL 或重新安装 12.6 版本的 CUDA。 Thanks for your answer, but it seems that the problem...
I solved the problem of `OpenGL.error.Error: Attempt to retrieve context when no valid context` by following the answer from **vhartman** in issue #37 . Now everything works fine. Thanks a...
> `export LD_LIBRARY_PATH=/usr/lib/wsl/lib` is a workaround solution. The root issue is incorrect driver got installed. I posted the detail at https://stackoverflow.com/a/79357542/2000548 Thank you very much for your reply, I will...
Hi @TTPlanetPig . I encountered the same problem a few days ago, and I have solved it. Maybe you can refer to my issue #187 and try to solve it....
hi! I don't know if I understand your needs clearly.I think you can refer to the code in `get_reconstructed_scene` and `get_3D_model_from_scene` which in `demo.py` to output the corresponding data.Maybe you...