-
I honestly cannot stop learning from this awesome library! First sorry from too many questions.
Now I am following Geodesic distance test files which works very well.
I have two questions:
1) Ho…
-
Hi! Just trying out the curved slicer for the first time, so I may be missing important info on how to generate the targets:
**Describe the bug**
When running the simple curved interpolation slici…
-
Thanks for making Rvcg! I wanted to ask whether you could consider adding geodesic distance computation.
A vcglib example from the official docs is [here](http://vcg.isti.cnr.it/vcglib/classvcg_1_1…
-
Release Date: july 2022
Wanted:
- Infrastructure:
- [x] Cpython-3.10.5
- [x] PyPy-3.8 as PyPy-3.9 still not declared stable
- [x] a pyscript.net / pyodide panel semi-internalised exp…
-
`SelfContact` supports SMPL and SMPLX models. Is it possible to use it while training with AMASS dataset (i.e. on top of SMPLH layer)?
Many thanks!
-
Hello!
The plan is to ship the algorithm for the minimal geodetic set of a graph but first let me try to sell this simple method for computing the geodetic closure of a (di) graph.
Let me know if …
-
> -je 是椭球面上两点的距离,大地测量里一般称为`大地线长`(看上去就是现在文档里说的测地距离),单位从来都是 m/km 等长度单位,没见过用度的。计算公式比较多,但精度和效率不同,比较常用的就是 Vincenty 公式,也是 GMT 默认的计算大地线长的公式,精度非常高,在几千公里的尺度上,精度仍然十分可靠,可以达到分米。
>
> -jg 球近似,也就是球面上两点的距离,看上去等同于文…
-
First, thank you for this great tool !
Depending on seeds and different parameter configurations, I am running quite often into this issue :
Computed `self.ptu_dists` is filled with 0.0 or NaNs. H…
-
- [ ] geodesic distances on meshes
- [ ] unit tests
- [ ] automated tests
- [ ] scapula use case
- Storing a sparse variant of the distance matrix in memory, based on an upper bound for distanc…
-
Hello,
I have created a soccer passing network to SocNetV by importing an adjacency matrix. Since the weights denote value (as more passes between two nodes are a positive relationship), I've agree…