Sebastian Stabinger
Sebastian Stabinger
Hi I wanted to ask whether non-geometric augmentations would fit into Augmentor.jl Especially things like brightness, contrast, white balance, etc. https://github.com/aleju/imgaug has a quite wide array of image augmentations. All...
# Summary When I set `elpy-test-compilation-function` to `'pdb`, I can't test single unit tests anymore (having point on a test and using `C-c C-t`. I get the following error (Running...
Maybe I am just missing something, but how do you actually use the recorded audio in your Streamlit app?
As the title says: If type hints are used, sphinx-doc does not work anymore E.g ``` python def sum(a:int, b:int): return a+b ```