-
Hi @koide3 , thanks for sharing your work to the community. I have test the accuracy og the ndt-omp and the conventional ndt in pcl. the ndt_omp seems to drift in z axis dramatically compared with the…
-
Dear SPECFEM3D Team,
write at the front:
**I think the error may cause by my cluster not the code, because I have been using SPECFEM3D normally on this cluster for 3years, and recently compiled …
-
CMake Error at CMakeLists.txt:62 (get_target_property):
get_target_property() called with non-existent target "pcl_common".
-
I would like to get the `k` nearest points that are not the querying points when using the same data for building the tree and querying it. Is it possible to do this with the `skip` function? The `ski…
-
Dear Fisher Yu,
Thanks for sharing the code. I have downloaded the code and tried to compile it. However there are some missing files. I have found some of them, e.g. [R2Shapes.h](https://github.co…
-
I get a
TypeError: can't pickle open3d.open3d.geometry.PointCloud objects
when I try to parallelize a for loop to (multiple) query the KDTree.
I have tried joblib and numba and both give me same e…
-
I was trying to use this layer to get an updated scipy and pyarrow (I have an older recipe for scipy but some features don't work on it so I wanted to see if a newer and hopefully better recipe would …
-
there is a problem with the compilation of the script CloupPoint.cs
Is there a way to resolve this issue?
-
Hi, I'm new to using the pre-built binaries from this project, that I get from uv, and I'm not sure wether this is an issue with said binaries, uv itself, or the *package* that I'm trying to build, bu…
-
Getting an error when I try to use the command
from citipy import citipy
Already installed citipy using pip comamnd
12 # Incorporated citipy to determine city based on latitude and longitude…