-
Is there an example explaining how to use your framework? How can I replace the Minkowski Engine?Thanks.
-
I plan to add code for Minkowski Decomposition of Polytopes
based on the algorithm in "On the space of Minkowski summands of a convex polytope" [http://www.eurocg2016.usi.ch/sites/default/files/pape…
-
https://ziyu0f.github.io/2022/08/19/minkowski-and-holder-inequality/#more
We introduce here two famous inequalities in analysis --- Minkowski's
inequality and Hölder's inequality.
-
This would provide the operators currently implemented in `Polyhedron_base`: `__neg__`, `__truediv__`, `_add_`, `__sub__`, `_acted_upon_`.
(We do not make them available in `ConvexSet_base` because…
-
### 📚 The doc issue
The documentation says that `torch.cdist` == `scipy.spatial.distance.cdist(input,’minkowski’, p=p)` when `p` in (0, inf). However, `scipy.spatial.distance.cdist` with ’minkowski’ …
-
The last release date of minkowski is in May 2021. The dependencies of it might not be easily met with new software and hardware. I found it impossible to make RegTR train on my machine because of a c…
-
It would be nice to be able to dispatch on the `p` parameter in the `Minkowski` distance type. There is a very similar implementation here (thanks to @Evizero), which I think could be ported here if o…
-
Minkowski Distance is the generalization of both Manhattan and Euclidean distance. Euclidean is the Minkowski distance to the power of 2 and Manhattan to the power of 1
-
When installing MinkowskiEngine during setup, I had the following error:
`RuntimeError: The current installed version of g++ (10.2.1) is greater than the maximum required version by CUDA 11.3 (10.0.0…
-
**Describe the bug**
I was testing a scad file, which makes heavy use of minkowski, on the new manifold feature in nightlies.
Every render is giving different results.
- Sometimes it successf…