From 256a142a6c51a0a99feeafb0e7412c788753d046 Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Fri, 17 Jul 2020 15:22:34 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a82ef9..b5659d6 100755 --- a/README.md +++ b/README.md @@ -6,18 +6,19 @@ [Rentadrone.cl](https://rentadronecl.github.io) ## Summary -Model-definition is a deep learning application for fault detection in photovoltaic plants. In this repository you will find trained detection models that point out where the panel faults are by using radiometric thermal infrared pictures, as well as a tutorial on how to use these algorithms in your own thermal photos. It also shows a step by step to train these models with its own database, in order to properly adjust the model to its particularity. - +Model-definition is a deep learning application for fault detection in photovoltaic plants. In this repository you will find trained detection models that point out where the panel faults are by using radiometric thermal infrared pictures. ## To do list: - [x] Import model detection (SSD & YOLO3) +- [x] Example use Trained Model +- [x] Train and Evaluate Model with own data - [x] Model Panel Detection (SSD7) - [x] Model Panel Detection (YOLO3) - [x] Model Soiling Fault Detection (YOLO3) - [x] Model Diode Fault Detection (YOLO3) - [x] Model Other Fault Detection - [x] Model Fault Panel Disconnect -- [x] Example use Trained Model +