mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:06:31 +00:00
added better logging to python
add day / winter / night switcher
This commit is contained in:
@@ -29,7 +29,6 @@ cdef class CommandProcessor:
|
||||
self.inference = Inference(self.api_client, self.on_annotation)
|
||||
|
||||
def start(self):
|
||||
print('Started!')
|
||||
while self.running:
|
||||
try:
|
||||
command = self.inference_queue.get(timeout=0.5)
|
||||
|
||||
Reference in New Issue
Block a user