-
# Description
Non-linear time alignment. Different tempos of recording of music. Align points, but not in time. Same score, different audio times. (http://beethovens9thsymphony.touchpress.com/ is …
-
Recently standalone PCSX2 emulator receive support of [retroachievements](http://retroachievements.org/) and it works great. I believe there would be a big interest in classic DOS games achievements t…
-
Right now you can only using constant liar, kriging believer, etc. to solve q,0-EI. No reason why we can't do this with q,p-EI.
The basic algorithm is:
```
for i in range(q):
new_point = get_next_…
-
Hey @Rucadi would you be open to more contributors on this project? I have been AFK from my dev env for past year, but will be resuming activity within the next few weeks, so I thought I'd ask how we …
-
I don't know if there is much interest in upgrading this package but i noticed there have been several semi-recent papers with updates and fixes for PHT splines that could potentially be implemented. …
-
Updates needed for this code base:
## December 2021
See PR #14 for details.
- [x] Update environment file as suggested by @t-kimber in #12
- [x] Check if CLI is still running > now it is ag…
-
When using the Draw shapes under the areas of interest, there is no indication of how the options are going to work. Single clicks decide the points to be selected and double click ends the selection …
-
There's no way to add context information to bookmarks:
- The data column shows ~2 characters and can't be re-sized. (Tags tab does this better.)
- Comments don't show up in dasm preview.
- If you …
-
To support voice-in, text-out demos
We could add a parameter `sources: list[str]` to `gr.MultimodalTextbox`, which is `["file"]` by default, but can be expanded to include `["file", "microphone"]`
-
I'm using findNeighbors via PDAL filters.icp, and the general algorithm is (pseudocode):
```
# Given two point clouds A and B
iterations = 100 # customizable
kdtree = KDTree(A)
for i in iteration…