Nicolas Zunhammer

Results 19 comments of Nicolas Zunhammer

We also had this issue and found that it's simply version depending. If you use - Ubuntu 18.04 - ROS melodic - PCL 1.8 (installed over apt) - Ceres 1.14...

As I wrote, in our specific configuration it worked, so it seems to be a version dependency. If you can downgrade to melodic then you should test this, otherwise you...

Hi, thanks for the proposes changes. I can confirm that docker build works as well as running the container. However, I disagree to remove sudo as some people might want...

Hi SwirtaB, thanks for evaluating and sharing the options. Personally, I think it's bothering to change the password on each container start which is why I would prefer the second...

Thanks for the feedback, I see your point and agree. I'll change the PR later accordingly.

@brentyi As far as I see the value must be set after the import and cannot ne set by a function in another file as suggested. This also means a...

Please try again with dromni/nerfstudio:0.1.16 which was rebuilt. Also, please use global paths, no realtives!

Please mount a folder and use the "--save-dir" flag to choose a mounted folder.

This issue (re)occured a few days ago to me in some testing environment which is most likely to changes in the dev branch of colmap. You should always use defined...

Hi, I have the same problem, trying to use pymeshlab in a docker container. My output of `ldd pmeshlab.cpython-38-x86_64-linux-gnu.so` is: ``` user@1d96476c763a:/workspace$ ldd /home/user/.local/lib/python3.8/site-packages/pymeshlab/pmeshlab.cpython-38-x86_64-linux-gnu.so linux-vdso.so.1 (0x00007ffd23178000) libmeshlab-common.so => /home/user/.local/lib/python3.8/site-packages/pymeshlab/lib/libmeshlab-common.so (0x00007f5244187000)...