Marco Musy

Results 216 comments of Marco Musy

Unfortunately I'm not an expert with docker at all, but are you sure you are running the `set_xvfb.sh` ? You are doing `chmod` on it but maybe is not run.

sorry for the late reply.. what if you add in your docker file `RUN ${FUNCTION_DIR}/set_xvfb.sh`

are you sure that the script is run? I would add a `echo` in it to make sure it is.. then ``` RUN chmod 777 ${FUNCTION_DIR}/set_xvfb.sh RUN ${FUNCTION_DIR}/set_xvfb.sh ```

hi, `vedo` works best with vtk9.1 but it also works ok with vtk9.2, you can override it with `pip install vedo -U --no-deps`

nice there is already an example for meshfix in the vedo library too: `examples/other/remesh_meshfix.py`

We already have examples for interfacing `pymeshlab` in `examples/other/pymeshlab1.py` which works for pymeshlab-2021.10, but now with the latest release it seems that the their api changed so i'll need to...

Actually I never looked into open3d!

Sorry - I might have overlooked the issue... What is currently going wrong with the script above? I can run it fine on ubuntu, vtk9.0.3, python 3.8, 3.9

Hi , sorry for the late reply I could not download the above from sketchfab in any supported format... so I tried a new on another one mesh but could...

thanks, I can now reproduce the issue I will look into it tomorrow.