Commit 12189ac4 authored by dasharatha.vamshi's avatar dasharatha.vamshi

changes

parent 61431e6c
......@@ -227,7 +227,7 @@ class Welspun_Classifier(ModelWrapper):
a = x.index(max(x))
# print(type(prob))
# if self.counter%1 == 0:
self.counter = self.counter + 1
# self.counter = self.counter + 1
if a == 1 and x[1] > 0.95:
if self.defect_type == 'Mix':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment