Commit fd2117b4 authored by dasharatha.vamshi's avatar dasharatha.vamshi

changes

parent 12406f2c
......@@ -189,7 +189,7 @@ class Welspun_Classifier(ModelWrapper):
return exp_vec / np.sum(exp_vec)
def process_frame(self, frame):
if self.k % 25 == 0:
if self.k % 10 == 0:
self.k = self.k + 1
starttime = time.time()
vino_frame = frame.copy()
......
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