From 86fb2b0514f7f0cb31a392f7bd1cba0fb831c8e8 Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Wed, 26 Feb 2020 16:09:05 -0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acac108..1cb5bb2 100755 --- a/README.md +++ b/README.md @@ -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.