Simon
Simon
Hey, I've encountered some issues with the boolean cutout. It seems to work great untill the amount of faces becomse large. Then, the output sometimes contains inverted faces and faces...
I get the following error when trying to import meshlib: ``` ImportError: libpython3.11.so.1.0: cannot open shared object file: No such file or directory ``` `import meshlib` works but `import meshlib.mrmeshpy`...
[Performance] nearest neighbor Resize operator is significantly slower than pytorch for 3D tensors
### Describe the issue I have a model that I'd like to run using onnxruntime to decrease the install size. Here's a table comparing the total time of ONNX and...
When I run the example provided here: https://vedo.embl.es/docs/vedo/shapes.html#ThickTube I get the following error: ``` Traceback (most recent call last): File "test.py", line 4, in thick_tube = ThickTube(vline, r1=0.2, r2=0.3).lw(1) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^...
### Describe the issue I can't build CUDA for v1.22 I use the following command: I'm using CUDA 12.9 with CUDNN 9.10 I'm also using OpenVINO 2025.1.0.18503 python 3.11 It...