-
**Describe the bug**
The market module keeper is rather diligent about returning informative errors to the user. Unfortunately, the error messages are lost in transmission and replaced with message…
-
For both Chamfer loss and EMD loss I have batches of points clouds of different size. As it's not practical to use a batch size of 1, is it correct to stack all batches (say 400 sets of point clouds)…
-
Wow, great paper! Thank you for making the code OSS.
The documentation says that the Python wrapper is not suitable for parallel execution:
> The wrapper is not suited for concurrent execution. It u…
-
Useful distance measures include but are not limited to:
- [x] (minimum) distance https://shapely.readthedocs.io/en/stable/manual.html#object.distance
- [x] Hausdorff distance https://shapely.read…
-
I've noticed that since the introduction of slices in v0.5.0, the 'pixelsize' fields in the header are written in a way that is consistent within MRCZ, but not for other programs.
For example (in a…
-
## Describe the bug
It seems `ot.emd` fails to return an optimal plan (up to numerical precision) if there is large entries in the cost matrix (even if the optimal weight to put on these entries is 0…
-
> Source: EMD UK, Classfinder
> Context: Event
## Proposer
EMD UK, Active Devon
## Use Case
- "As a potential participant, I want to know if this session is suitable for my specific healt…
-
### Describe the bug
ubuntu 24.04 update error:
### Steps to reproduce
update error
### Expected behavior
update error
### Screenshots
_No response_
### Environment
Linux ubuntu 6.8.0…
-
Hello,
My question may be a very easy one but I am loosing my nerves trying to solve it.
here are my parameters :
first_histogram = [1. 1. 1.]
second_histogram = [2. 0. 0.]
distance_matrix =…
-
emd:
always calculates 7 imfs, returns the first to num_imf. If num_imf is larger than 7, zero filled elements are added.
eemd:
always calculates 7 imfs, returns the first to num_imf but does not…