WM ⚡
WM ⚡
Feature suggestion: In place of the extension's text (and the blank screen), extension can get the thumbnail of the video and display it.
Sudden alert that appeared in one instance when running `mediainfo-gui` on Linux: ``` *** BUG *** In pixman_region32_init_rect: Invalid rectangle passed Set a breakpoint on '_pixman_log_error' to debug ``` Screenshot...
From #29 : **TLDR**: `multprocessing` might be overkill for this task. Vectorisation using `numpy` arrays works. I've swapped the lists for `ndarray` where possible and it's worked. Run the test...
Proposing to add more interactive features in notebooks using Plotly, the first one being `BeamAnalysis.plot_interactive_results()` that plots a simple interactive plot using Plotly with minimal difference from the `plot_results()` using...