Commit 94ac3f8b authored by dasharatha.vamshi's avatar dasharatha.vamshi

changes

parent ce102990
......@@ -347,7 +347,7 @@ class Welspun_Classifier(ModelWrapper):
# fontScale=1, fontFace=cv2.LINE_AA)
# self.send_payload("Stitch Detected", frame, "Stitch " + str(prob[0]), "#472020", "#ed2020", "sound_1")
# logger.info(f"Probability: {prob}")
# self.counter= self.counter + 1
self.counter = self.counter + 1
print("total time taken to process-------------> ", str(time.time() - starttime))
# logger.info(f"total time taken to process----------------- {time.time()-starttime}")
# cv2.imshow('res', frame)
......
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