Federico Domeniconi

Results 56 comments of Federico Domeniconi

I tried to import `tensorrt` with the system python and it is imported successfully. To install `tensorrt` in my environment I tried this: ``` pip install nvidia-pyindex ``` and then:...

I see in the albumentations tests that `lambda x: x` is passed to `read_fn` but I think that it is not very clear, also `reference_images` could contain any object as...

I don't understand what `alpha` is actually doing. Can you provide a better explanation?

Thank you but it doesn't solve the problem. In this example I try many values for `alpha` but it doesn't work: ```python import pyvista as pv points = [ (0.0,...

Changing `mesh = pv.PolyData(points, lines=lines)` to `mesh = pv.PolyData(points, faces=lines)` solves the problem but I don't understand why.

I'm having more problems, the `delunay_2d` is not working correctly. Given this mesh: ![image](https://github.com/pyvista/pyvista/assets/38183728/6d8f5200-6600-4654-86a7-831cf861c199) With this example: ```python import numpy as np import pyvista as pv points_3d = np.array( [...

I fixed it by using https://github.com/libigl/triangle.

I'd be happy to continue working on this pr. The only problem is that I didn't understant the issue mentioned by @edgarriba and how it affects the algorithm.

It stops working from [v2022.2.post3](https://github.com/cnr-isti-vclab/PyMeshLab/releases/tag/v2022.2.post3).