Skip to content
Snippets Groups Projects
Commit 7e0d4fa2 authored by Tobias Schulze's avatar Tobias Schulze
Browse files

Corrected documentation

parent 00d80470
Branches main
Tags v1.0.0
No related merge requests found
# Generalized Statistical Process Control
Source code to the publication "Generalized Statistical Process Control via 1D-ResNet Pretraining" by Tobias Schulze, Louis Huebser, Sebastian Beckschulte and Robert H. Schmitt (Laboratory for Machine Tools and Production Engineering, WZL of RWTH Aachen University).
Source code to the planned publication "Generalized Statistical Process Control via 1D-ResNet Pretraining" by Tobias Schulze, Louis Huebser, Sebastian Beckschulte and Robert H. Schmitt (Laboratory for Machine Tools and Production Engineering, WZL of RWTH Aachen University).
## Structure
- data: Directory for data generated with G-SPC (data used in the publication are available at: https://zenodo.org/records/8246621)
- data: Directory for data generated with G-SPC (data used in the publication are available at: https://zenodo.org/records/8249487, add them manually to your copy of this repository as described in DATA.md in the data folder)
- G-SPC: Implementation of Generalized Statistical Process Control
- scripts: Scripts used for the publication (actual use case is not included due to data privacy)
......
#### Add data from https://zenodo.org/records/8249487 following this structure:
```
generalized-statistical-process-control
...
└───data
└───test
│ │ distribs
│ │ k_matrix.csv
│ │ x.csv
│ │ y.csv
└───test
│ distribs
│ k_matrix.csv
│ x.csv
│ y.csv
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment