-
@dharani811 that looks amazing! Thank you for sharing it. I have one question again relating to the NFP generation using Clipper. Do you only use the polygon with the largest area produced by the Mink…
-
ATM `minkowski_sum` dispatches on `::VPolygon, ::VPolygon`, but if the input is mixed, eg. `::VPolygon, ::HPolygon`, it uses the concrete polyhedra library and requires CDDLib for the projection metho…
-
The wrap.FDboost.fpco.minkowski function is a wrap of fpco-FDboost function using minkowski distance. It is used in the cvfile. The wrap.FDboost.fpco.minkowski mainly sets the parameter of FDboost, se…
-
The main bottleneck now -- for good performance with large numbers of objects tracked, but few drawn -- is Minkowski. It's also just generally quite resource intensive.
Need to add a method for disabl…
-
When I run this code,
index = NNdescent(data = data,
metric = 'weighted_minkowski',
metric_kwds={'p':1}
)
I get an error of no match with getitem. How c…
-
Hello,
Again thank you for your work. I took your baseline and notably incorporate the normals replacing the colors for my use case and the results are really good.
I was wondering why you did not p…
-
Where estimators can be configured for metric, the point of providing a parameter `p` is that it should be possible to switch between Manhattan and Euclidian and other Minkowski distances just by modi…
-
**Describe the bug**
when I run "TORCH_CUDA_ARCH_LIST="7.5" python setup.py install", I got the error as follows.
I installed it completely according to the instructions.
********************…
-
Currently we require `Polyhedra` and `CDDLib` for the following code:
```julia
julia> P = rand(Ball1)
julia> B = rand(BallInf)
julia> minkowski_sum(P, B)
```
The first time I run this in a fresh…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
The following CSG file triggers the issue when tried to be imported:
```openscad
m…