We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5633937 commit e2802aeCopy full SHA for e2802ae
demos/action_recognition_demo/python/action_recognition_demo/pipeline.py
@@ -57,16 +57,6 @@ def start(self):
57
58
def join(self):
59
self.input_queue.put(Signal.STOP)
60
- # print("\n")
61
62
- # print("thread")
63
64
65
- # print(self._thread)
66
67
68
- #if self._thread is not None:
69
- #print("not None")
70
self._thread.join()
71
self._thread = None
72
self.working = False
0 commit comments