From d2af4fe40ebc41df9021ada409b5861b6fcade7a Mon Sep 17 00:00:00 2001 From: Alvaro Farias Date: Fri, 9 Oct 2020 12:26:14 -0300 Subject: [PATCH 1/7] Update README.md Forum section on the readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6925178..8397ed3 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ [Rentadrone.cl](https://rentadronecl.github.io) +## Forum + +This project is part of the [UNICEF Innovation Fund Discourse community](https://unicef-if.discourse.group/c/projects/rentadrone/10). You can post comments or questions about each category of [Rentadrone Developers](https://rentadrone.cl/developers/) algorithms. We encourage users to participate in the forum and to engage with fellow users. + ## 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. In [Web-API](https://github.com/RentadroneCL/Web-API) contains a performant, production-ready reference implementation of this repository. From c7516a7256cc80ecdd49311f5b47b759b28496e8 Mon Sep 17 00:00:00 2001 From: jrejon <32961670+jrejon@users.noreply.github.com> Date: Mon, 2 Nov 2020 17:06:56 -0300 Subject: [PATCH 2/7] Create .coveralls.yml --- .coveralls.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .coveralls.yml diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 0000000..1e754e3 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1,2 @@ +service_name: travis-pro +repo_token: dPa5VOUwCyUgWdKawMjs0my7p23JSLBqy From 846a15e2dddd1a361c8a287300ed918fdf5b9338 Mon Sep 17 00:00:00 2001 From: jrejon <32961670+jrejon@users.noreply.github.com> Date: Mon, 2 Nov 2020 17:10:53 -0300 Subject: [PATCH 3/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8397ed3..4d9200f 100755 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ![GitHub](https://img.shields.io/github/license/RentadroneCL/Photovoltaic_Fault_Detector) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md) [![Open Source Helpers](https://www.codetriage.com/rentadronecl/photovoltaic_fault_detector/badges/users.svg)](https://www.codetriage.com/rentadronecl/photovoltaic_fault_detector) +[![Coverage Status](https://coveralls.io/repos/github/RentadroneCL/Photovoltaic_Fault_Detector/badge.svg)](https://coveralls.io/github/RentadroneCL/Photovoltaic_Fault_Detector) [Rentadrone.cl](https://rentadronecl.github.io) From da13dccd736e291c843445591f4df5fd8d4909f2 Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Fri, 13 Nov 2020 01:17:30 -0300 Subject: [PATCH 4/7] Update README.md --- GPS_Panel/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/GPS_Panel/README.md b/GPS_Panel/README.md index 4b16825..abd69c9 100755 --- a/GPS_Panel/README.md +++ b/GPS_Panel/README.md @@ -8,6 +8,7 @@ In the root project execute the following command to install all dependencies pr ``` pip install -r requirements.txt +``` ## Example From 903e8f39258374afd0cbb0ad429a8dd05b2b02ec Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Fri, 13 Nov 2020 01:18:26 -0300 Subject: [PATCH 5/7] Update README.md --- GPS_Panel/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/GPS_Panel/README.md b/GPS_Panel/README.md index abd69c9..86f61a8 100755 --- a/GPS_Panel/README.md +++ b/GPS_Panel/README.md @@ -14,7 +14,6 @@ pip install -r requirements.txt View example -``` -Enumeration_KML.ipynb -``` +[Enumeration_KML.ipynb](Enumeration_KML.ipynb) + From 524036f04b6facc086d6540b130e9aa49d1fe6b6 Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Fri, 13 Nov 2020 01:19:58 -0300 Subject: [PATCH 6/7] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3eb54eb..68f6450 100755 --- a/README.md +++ b/README.md @@ -228,11 +228,11 @@ The evaluation is integrated into the training process, if you want to do the in Compute the mAP performance of the model defined in `saved_weights_name` on the validation dataset defined in `valid_image_folder` and `valid_annot_folder`. -| Model | mAP | Config | -|:--------------:|:------------------:| -| YOLO3 Soiling | 0.7302 |[config](config_full_yolo_fault_1_infer.json) | -| YOLO3 Diode | 0.6127 | [config](config_full_yolo_fault_4_infer.json) | -| YOLO3 Affected Cell | 0.7230 | [config](config_full_yolo_fault_2_infer.json)| +| Model | mAP | Config | +|:--------------: |:------------------:|:------------------:| +| YOLO3 Soiling | 0.7302 |[config](config_full_yolo_fault_1_infer.json) | +| YOLO3 Diode | 0.6127 | [config](config_full_yolo_fault_4_infer.json)| +| YOLO3 Affected Cell | 0.7230 | [config](config_full_yolo_fault_2_infer.json)| # Weights of Trained Models From 8d8dcdee61447a938ba262da5e6be539198b9c54 Mon Sep 17 00:00:00 2001 From: Daniel Saavedra Date: Fri, 13 Nov 2020 01:21:24 -0300 Subject: [PATCH 7/7] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68f6450..0a1414e 100755 --- a/README.md +++ b/README.md @@ -224,7 +224,9 @@ It carries out detection on the image and write the image with detected bounding ## Evaluation The evaluation is integrated into the training process, if you want to do the independent evaluation you must go to the folder ssd_keras-master or keras-yolo3-master and use the following code -`python evaluate.py -c config.json` +`python evaluate.py -c config.json` +Example: +`python keras-yolo3-master/evaluate.py -c config_full_yolo_fault_1_infer.json` Compute the mAP performance of the model defined in `saved_weights_name` on the validation dataset defined in `valid_image_folder` and `valid_annot_folder`.