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

Packages needed for Automatic Detection #9

Open
hruedisser opened this issue Jun 15, 2021 · 2 comments
Open

Packages needed for Automatic Detection #9

hruedisser opened this issue Jun 15, 2021 · 2 comments

Comments

@hruedisser
Copy link
Member

The automatic detection pipeline uses the following packages:

pickle 4.0
numpy 1.19.5
matplotlib 3.1.2
pandas 1.1.5
h5py 3.1.0
joblib 1.0.1
lmfit 1.0.2
opencv-python 4.5.2.54
pyarrow 4.0.1
scikit-image 0.17.2
scikit-learn 0.24.2
scipy 1.5.4
seaborn 0.11.1
tensorflow 2.5.0

@cmoestl
Copy link
Member

cmoestl commented Jun 16, 2021

I added an environment_detect.yml and a requirements_detect.txt file - instructions to install this environment see README.md. In this environment, the "Detection Wind" notebook runs until the neural network training starts in cell "# Fit and prediction of the model".
@hruedisser: please use the given environment add the possibility to load the trained model (so one has the option to either train again (which takes long) or reload it); this and all output .csv files should be saved in a dedicated folder like "data_detection" or so.

@cmoestl
Copy link
Member

cmoestl commented Jun 16, 2021

made an update to requirements_detect.txt, now Detection Wind.ipynb runs through on our GPUs with this environment!

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