Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -11,6 +11,7 @@ import datetime | ... | @@ -11,6 +11,7 @@ import datetime |
11 | import numpy as np | 11 | import numpy as np |
12 | from queue import Full, Empty | 12 | from queue import Full, Empty |
13 | from multiprocessing import Process, Queue | 13 | from multiprocessing import Process, Queue |
14 | +import socket | ||
14 | import cv2 | 15 | import cv2 |
15 | 16 | ||
16 | fname = 'croppedimg/{}.png' | 17 | fname = 'croppedimg/{}.png' | ... | ... |
-
Please register or login to post a comment