Simon Kern

Results 59 issues of Simon Kern

Currently the extracted faces are cropped to a very narrow region around the landmarks, often times cropping out the chin or the hair. Is is possible to set the bounding...

enhancement

Currently the function `mne.viz.plot_compare_evokeds` creates two different plots depending on the number of selected channels: - If one channel is selected (or present in the evoked), it will plot the...

ENH
sprint-2022

I'm currently working on including SSS/tSSS MaxFiltering into a closed loop system using MNE (however, Python, not CPP). Is there currently any plan to integrate MaxFiltering into MNE-Scan? Would it...

I'm using `m2cgen` to convert some classifier to C. It works great and results are consistent, thanks for the library! 1. I have the problem that the compiled binaries are...

If I train a classifier with non-consecutive numbers for classes, the resulting converted code (C in my case) will not output the classes but the index of the class. In...

I'm trying to run this in Google Cloud Run, however I don't seem to have enough memory. `Memory limit of 2048M exceeded with 2126M used.` Do you have any idea...

As mentioned in #9 , when limiting the depth of a RFC using `max_depth`, there are inconsistencies in the predictions. I've discussed the same issue here: https://github.com/nok/sklearn-porter/issues/52 I've dived a...

In this PR I'm fixing some mistakes that have been made before, and include some clarifications w.r.t to `sampling_frequency` and `sample_rate` **Summary**: * `sample_frequency` is now the main term being...

Reading and writing sample rates generally seems to work, however, there is still a bug with writing sample rates below 1, e.g. 0.5 ```Python signals = np.random.randint(-2048, 2048, [3, 256*60])...

I figured that the code only saves the annotations in microsecond accuracy, even if edf supports up to nanoseconds. I'll try to increase the writing accuracy. related #64

enhancement