Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 525 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 525 Bytes

2017VisionCode

Finally working... 9 weeks after the season ended 😑

The server uses ZeroMQ to communicate with any client.

Start the server:

python server.py

The client communicates with the server using ZeroMQ for < 0.9ms response times.

Start the client:

python client.py

To test any modifications to the algorithm before pushing, run the test script:

python coverage.py

The final goal is to have all 56 images covered by the algorithm defined in Pipeline.py.