-
We calculate both already in the Structure class. We use center_of_mass right now, but I believe geometric_center would make more sense.
-
Hi,
I'm new to Nodal, but seems really awesome.
However, in my psql database, I want to geolocate my users, so I want a geometric type: point. Nodal won't allow me, telling me that this type in un-s…
-
Hi author, I have trained a model and I want to input a point cloud to generate a geometric image, how do I modify the code in testing.py?
-
Hello. Is Math.NET Spatial is the proper place to add some geometrical figures such as cubes, spheres, cylinders etc?
I am working on multiple scientific projects and really tired of copying the defi…
-
Hello,
I have carefully read your P2C paper and code. I noticed that your network is trained separately for each category. This differs from many other point cloud completion methods where multi-ca…
-
Hello, thank you for your work.
I have interest in the AttentiveFP implementation from the paper "Pushing the Boundaries of Molecular Representation for Drug Discovery with the Graph Attention Mech…
-
Congratulations on your recent paper!
I'm trying to get this to run, and have found the following requirements to be missing:
* torch_geometric
* torch_sparse
* torch_scatter
-
Is it possible to add [Geometric Optimal Transport](http://conformalgeometry.org/lectures/2021/OT/), which was developed by Lei Na, Gu Xianfeng, and Shingtung Yau (邱成桐), into this library?
It has ap…
-
![img_v3_02d4_bda8832a-0cd3-40e2-9228-6a37f66045fg](https://github.com/user-attachments/assets/24f439eb-23ce-49d6-ba92-4a9986acb61f)
Errors
-
Following the readme, I'm attempting to add a list of markers to the map using the RealTimeMap.Geometric.Points class and methods; namely upload / add.
**Code:**
```
List points = new();
foreach…