when split_model = False, there maybe an error like
"
Traceback (most recent call last):
File "object_detection.py", line 314, in
main()
File "object_detection.py", line 310, in main
detection(graph, category, score, expand)
File "object_detection.py", line 297, in detection
gpu_worker.stop()
UnboundLocalError: local variable 'gpu_worker' referenced before assignment
"
when split_model = False, there maybe an error like " Traceback (most recent call last): File "object_detection.py", line 314, in
main()
File "object_detection.py", line 310, in main
detection(graph, category, score, expand)
File "object_detection.py", line 297, in detection
gpu_worker.stop()
UnboundLocalError: local variable 'gpu_worker' referenced before assignment
"