visualbuffer / parkingslot

Automated parking occupancy detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to run the resnet_occupancy.py?

AaroAaron opened this issue · comments

commented

I add the code:
if name == 'main':
detection = DETECTION()
detection.process_images()
in the end of the resnet_occupancy.py, and get the error: > BrokenPipeError: [Errno 32] Broken pipe

How to modify the Multi-thread to the Single-thread?