Merge pull request #31 from RentadroneCL/yolo3_tensorflow2
Yolo3 tensorflow2
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
5765
GPS_Panel/Ocoa/KML/Mesa_BP-A-1.kml
Normal file
5765
GPS_Panel/Ocoa/KML/Mesa_BP-A-1.kml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
GPS_Panel/Ocoa/KML/Mesa_BP-A-1.pickle
Normal file
BIN
GPS_Panel/Ocoa/KML/Mesa_BP-A-1.pickle
Normal file
Binary file not shown.
200453
GPS_Panel/Ocoa/KML/Paneles_BP-A-1.kml
Normal file
200453
GPS_Panel/Ocoa/KML/Paneles_BP-A-1.kml
Normal file
File diff suppressed because it is too large
Load Diff
BIN
GPS_Panel/Ocoa/P1.tiff
Normal file
BIN
GPS_Panel/Ocoa/P1.tiff
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
|
||||
# Panel Enumeration
|
||||
|
||||
This algorithm divides the tables and lists the panels of each of these tables.
|
||||
|
||||
## Install requirements
|
||||
|
||||
@@ -13,7 +13,33 @@ pip install -r requirements.txt
|
||||
## Example
|
||||
|
||||
View example
|
||||
```
|
||||
Enumeration_KML.ipynb
|
||||
```
|
||||
|
||||
# Panel Classifier
|
||||
This algorithm uses the division of the panels to classify them individually if they are with any fault.
|
||||
|
||||
## Train Model
|
||||
In the Classifier folder there is the training of the model `` `Train_Classifier_DEEP_SVC.ipynb``` which is based on the union of a deep learning model pre-trained with Imagenet together with an SVM model.
|
||||
|
||||
## Example
|
||||
|
||||
View example
|
||||
|
||||
```
|
||||
ClassifierPanel_KML.ipynb
|
||||
|
||||
```
|
||||
|
||||
## Classification Report
|
||||
|
||||
|
||||
| | Precision | Recall | F1-score | support | accuracy |
|
||||
|----------|-----------|--------|----------|---------|----------|
|
||||
| 0-Normal | 0.95 | 0.97 | 0.96 | 1688 | |
|
||||
| 1-Falla | 0.97 | 0.96 | 0.96 | 2084 | 0.96 |
|
||||
|
||||
|
||||
|
||||
[Enumeration_KML.ipynb](Enumeration_KML.ipynb)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user