Toinsson

Results 6 issues of Toinsson

Hello, thanks for the repository, it is very useful to have a soft-dtw algorithm available for GPU computing. I am wondering whether you are interested in pushing this to pypi...

This PR implement some way of using the [Sakoe-Chiba bands](https://pyts.readthedocs.io/en/stable/auto_examples/metrics/plot_sakoe_chiba.html) for non-squared matrices. It does so by computing the approximate diagonal: the indices of the smallest input matrix are interpolated...

This PR aims at mitigating the high memory cost of the pairwise computation by avoiding broadcasting between x and y. This is pointed out in #19. The computation seems tricky...

Hello, I have been trying to get a build on OSX. Did change a few files but got stop at this error: `pclpy/src/make_opaque_vectors.hpp:18:34: error: no template named 'Vertices' in namespace...

The interface to the feature detectors has changed a bit in opencv3+. Apparently, detection and description is kind of merged. This fix makes the code run for me. I have...

hello, I am running the example with PyQt5 and get the following: ``` Traceback (most recent call last): File "viz.py", line 5, in proxy = Proxy('tcp://127.0.0.1:8000') File ".../lib/python3.6/site-packages/pizco/pizco.py", line 939,...