Update README.md

This commit is contained in:
Daniel Saavedra
2020-02-26 16:09:05 -03:00
committed by GitHub
parent ea92187d11
commit 86fb2b0514

View File

@@ -9,6 +9,7 @@
- [x] Model Soiling Fault Detection
- [x] Model Diode Fault Detection
- [ ] Model Other Fault Detection
- [ ] Example use Trained Model
## Dependencies
@@ -221,4 +222,4 @@ Before sending your pull requests, make sure you followed this list.
# Example to use trained model
In ['Example_Prediction'](Example_prediction.ipynb)
In ['Example_Prediction'](Example_prediction.ipynb) this is the example of how to implement an already trained model, it can be modified to change the model you have to use and the image in which you want to detect faults.