Andrews Cordolino Sobral

Results 184 comments of Andrews Cordolino Sobral

> > > Great so all merged for that one, I'll submit a PR for the algorithms I've had success with too > > Great, thanks a lot! If you...

@KhanMechAI just improved the list of available algorithms: https://github.com/andrewssobral/bgslibrary/wiki/List-of-available-algorithms

Hi @KhanMechAI , I'm sorry to inform you that pybgs does not work with the opencv-python package as it was specifically designed for Python-only projects. If you want to use...

For more info: https://github.com/andrewssobral/bgslibrary-examples

Hi @SCP-173-cool , did you succeed in your experiments? Hi @aurora95 and @ahundt , did you tried this code for binary segmentation? I have the same problem as @SCP-173-cool. I...

Perfect thanks for sharing

Any news on that? Someone knows how to hack Streamlit to do that? I know FastAPI has something like Lifespan methods: ``` You can define this startup and shutdown logic...

@zacps yes, it would be nice like that. Or like FastAPI: ``` @st.cache_resource(eager=True) def lifespan(*args, **kwargs): logger.info("lifespan method on startup") # ... do something on startup... yield # ... do...