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 9f44168 commit 5633937Copy full SHA for 5633937
demos/action_recognition_demo/python/action_recognition_demo/pipeline.py
@@ -57,8 +57,17 @@ def start(self):
57
58
def join(self):
59
self.input_queue.put(Signal.STOP)
60
- if self._thread is not None:
61
- self._thread.join()
+ # print("\n")
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
73
0 commit comments