Commit 745cbdb6 authored by dasharatha.vamshi's avatar dasharatha.vamshi

changes

parent 35d5abe5
...@@ -312,7 +312,7 @@ class Welspun_Classifier(ModelWrapper): ...@@ -312,7 +312,7 @@ class Welspun_Classifier(ModelWrapper):
color=(0, 0, 255), color=(0, 0, 255),
thickness=2, thickness=2,
fontScale=1, fontFace=cv2.LINE_AA) fontScale=1, fontFace=cv2.LINE_AA)
self.send_payload("No Defect", resized_frame, "no defect " + str(prob[3]), "#472020", "#ed2020", self.send_payload("No Defect", resized_frame, "no defect " + str(prob[3]), "#044b04", "#24dc24",
"sound_1") "sound_1")
logger.info(f"Probability: {prob}") logger.info(f"Probability: {prob}")
# if self.counter % 25 == 0: # if self.counter % 25 == 0:
......
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