-
When using `alphaTest` the alpha value from map is used where the corresponding mipmap level has been used, but this causes objects to "dissolve" quickly, leaves of trees for example will disappear qu…
-
At one point you mentioned a replacement for ImageView based on GLVisualize; this is of considerable interest to me. I'm guessing that the `volume.jl` and related examples are what you mean?
One im…
-
The current design is basically the result of a single pass back when there were only a few examples, and clearly isn't scalable. It needs a complete rethink. Some requirements
- Should be searchab…
brson updated
6 years ago
-
# Introducing Loading Layer in Native KNN Engines
# 1. Goal
[FAISS](https://github.com/facebookresearch/faiss/tree/main/faiss) and [Nmslib](https://github.com/nmslib/nmslib), two native engines,…
-
haven't tested them all yet but here are ones that consistently crash when trying to load them:
audible: liquid filter, eq filter
amalgamated: d'acchord
befaco: even vco
e series: cloud generator
…
-
Hi,
Thanks for a great set of instruments.
According to this post from the author :
https://www.kvraudio.com/forum/viewtopic.php?t=351893
there are 12 drum kits in Musyng Kite. None of these app…
-
```
import numpy as np
from PIL import Image
def expand_box_until_condition(image, initial_box, allowed_values):
"""
Expand a box in an image until a condition is met.
Parameters…
-
### This table is updated automatically
| Number | Name | p5.js | Web Editor | Processing | Other | Number of Contributions |
| --- | --- | --- | --- | --- | --- | --- |
| 1 | Starfield in Processing…
-
Here I show the progress of finding a good parameter set for a stack provided by @holgerd001. Much thanks for the stack!
## quick result with enfuse
First try: Generating an enfuse result
```
…
-
When I read that the FEC block code was a cyclic (31,21) code, I could not help but check the BCH code tables. n=2^(q-1), k=n-t*q just screams BCH with q=5. Try to factor out a primitive polynomial, a…