Compare commits
7 Commits
yolo3_tens
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
26acdd7c67 | ||
|
|
72815458df | ||
|
|
5d83f6f0c2 | ||
|
|
e7a2bd0399 | ||
|
|
050fa55ae9 | ||
|
|
166946da4a | ||
|
|
21bf2b883b |
@@ -21,7 +21,9 @@ Enumeration_KML.ipynb
|
||||
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.
|
||||
In the Classifier folder there is the training of the model
|
||||
[Train_Classifier_DEEP_SVC](Classifier/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
|
||||
|
||||
|
||||
@@ -9,5 +9,4 @@ matplotlib==3.2.2
|
||||
scipy==1.4.1
|
||||
ipython==7.19.0
|
||||
scikit_learn==0.23.2
|
||||
skimage==0.0
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ protobuf
|
||||
PyYAML
|
||||
scipy
|
||||
six
|
||||
tensorflow==2.1
|
||||
tensorflow==2.4.0
|
||||
termcolor
|
||||
tqdm
|
||||
Werkzeug
|
||||
|
||||
Reference in New Issue
Block a user