Emanuele Olivetti
Emanuele Olivetti
You may want to check out this new open source OCR, as an alternative to Tesseract: https://github.com/JaidedAI/EasyOCR Thanks everyone for the excellent work done. Emanuele
At least for tractograms in TRK (Trackvis) format, in the case of a large number of streamlines (>1 million), loading streamlines with dipy.io.streamline.load_tractogram() is extremely slow and requires an unusual...
### Describe the issue: When running the [Bayesian Vector Autoregressive Models — PyMC example gallery 1](https://www.pymc.io/projects/examples/en/latest/time_series/bayesian_var_model.html) on x86_64 (tested on Ubuntu 20.04 + fresh install of PyMC via official [installation...
Hi, I am reporting this issue from the elpy issue tracker: https://github.com/jorgenschaefer/elpy/issues/1151 In short, while using importmagic through elpy (= improved Python editing in emacs), the importmagic process ate all...
First of all, thanks a lot for this excellent plugin! With the last update of Volumio, I could start Kodi using the IQAudio DAC+AMP on RPi2, through the plugin. What...
The current Munkres.compute(cost_matrix) alters cost_matrix, in contrast with what is written in the docstring. Example: ``` python import numpy as np from munkres import Munkres cost_matrix = np.random.rand(10, 10) cost_matrix_copy...
Hi, thanks for the excellent **mabwiser** package! I’m experimenting with delayed rewards and have noticed that some MAB algorithms show bias when selecting between equivalent arms, i.e., when splitting ties....
Is it possible to use `linsk shell` to access the Linux filesystem mounted via linsk? How?
I'm using the latest `linsk` release for macOS: ``` % linsk version Linsk v0.2.1 darwin/arm64 go1.23.4% ``` with `qemu` v9.2.3 . I see that brew proposes to update `qemu` to...