Julien Cornebise
Julien Cornebise
Mm, reading [`AdaptiveDetector.process_frame`](https://github.com/Breakthrough/PySceneDetect/blob/main/scenedetect/detectors/adaptive_detector.py#L117) I now understand that the stats CSV is not used to speed things up anymore anyway. But the [commit introducing online calculation](https://github.com/Breakthrough/PySceneDetect/commit/b9e129ebdb822f21615b0da5308cba8ae3f293cd) (smart!) mentions the ability to...
(and yes, I think I'm absolutely spending an hour diving into the code just to avoid waiting 20 minutes again to parse my video 😅 ) 
Please don't apologize! It's a terrific tool :) :) Most of the time is spent processing the frames, in this example. But I've just bit the bullet and waited 20...
Pleasure! Thanks for the hard work and for keeping thinking about it. Makes sense to prioritize as you did :)
Thanks @gbrunkhorst for [the new notebook](https://www.pymc.io/projects/examples/en/latest/ode_models/ODE_Lotka_Volterra_multiple_ways.html), very helpful! Unfortunately, its call to SMC sampler (which is the very reason I went there) at line: ``` trace_SMC_like = pm.sample_smc(draws) ``` throws...
I have opened an issue for that bug at https://github.com/pymc-devs/pymc/issues/7078
So, good news: using manual build works on Apple Silicon: ``` git clone https://github.com/pymc-devs/sunode cd sunode #Â conda install --only-deps sunode # NOT THIS ONE: because there's no sunode package...
Ah, yes, found back how I did it in the past: https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/4191 I will try to do the same for sunode, and report here.
Alright, I've added to the adequate file in conda-forge pinning, now we need to wait for it to be merged then for the bot to update conda-forge a few hours...
I believe you need version 5.8. On Wed, Dec 27, 2023, 22:02 DrEntropy ***@***.***> wrote: > When I try this I get 'file not found" for sundials/sundials_types.h. If I conda...