From 196ede633ead3ffd4cd4b63cd05b364fb5f0506f Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Mon, 13 Jul 2020 22:41:30 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f36484e..b170e8b 100755 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ pip install notebook ``` -# Example to use trained model +## Example to use trained model 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. In ['Example_Prediction_AllInOne'](Example Detection AllInOne.ipynb) this is the example of how implement all trained model, you can use this code for predict a folder of images and have a output image with detection boxes. In ['Example_Prediction_Orthophoto'](Example_prediction_Ortofoto.ipynb) this is the example of how implement all trained model, you can use this code for predict a Orthophot and have a output image with detection boxes.