-
Are there explainers on how each of these methods vary in quality?
- Smoothed Energy Guidance
- Semantic CFG
- Perturbed Attention Guidance
- CFG Interval / CFG Scheduler ("Clamp")
Bonus: what …
-
The current synching methods (audio cross correlation and brightness contrast thresholding) both work in the majority of cases. But there are no options for a different method if a user's videos do no…
-
Here are 10 approaches to implement adaptive noise reduction, ordered by complexity/effectiveness:
### 1. Enhanced Spectral Subtraction
- Track noise floor during silence periods
- Use overlappin…
-
## Description
In #3402, I added a whole bunch of checks to Li thresholding so that it could handle:
- "flat" images containing only one value (return that value)
- problem images containing `np.…
-
### Overview
This is a task to organize **documentation** of our the **Image Processing** features in GIL following on structure of the topics as proposed in the 3-volume series of the **Principles o…
-
To reproduce:
Open Samples > Cat (RGB)
Run Automated threshold
The resulting layer has the same shape as the input image, but I think Image layers have an assumption about shape (e.g. when …
-
Raised by @jni during the sprint, it would be nice to support some common thresholding methods. For the most part these should be pretty straightforward to implement. Would be good to gather some idea…
-
[This activity](https://neubias.github.io/training-resources/auto_threshold/index.html#auto) works immediately with two images, especially in the python implementation this is not well motivated and d…
-
Mathematica has a range of methods to determine the wavelet thresholding parameter. In pywt, it is the parameter `value` of the `pywt.threshold` function. The list of automated methods to determine t…
-
### Describe the feature you want to add to this project
The Anomaly library within pycaret contains many useful methods for anomaly detection. However, as with PyOd and other outlier detection libra…