Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing scipy? #361

Open
JayBeAl opened this issue Jul 12, 2022 · 1 comment
Open

Removing scipy? #361

JayBeAl opened this issue Jul 12, 2022 · 1 comment

Comments

@JayBeAl
Copy link

JayBeAl commented Jul 12, 2022

I was trying to run the visualization script on my smartphone with termux. The problem is to get scipy running. After trying several hours try to get scipy working i surrendered. I then viewed the visualization.py code and saw, that there are only a few lines of code used from scipy. So why not just implement an own easy 1d gauss filter to remove the scipy dependency, which is a cause of many problems in this project? I found my solution here, didnt test it yet, but i'll report my results:

https://stackoverflow.com/questions/11209115/creating-gaussian-filter-of-required-length-in-python

@joeybab3
Copy link
Collaborator

Feel free to test this and report back, if it doesn't cause a performance hit it might be worth it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants