This presumes that tensorflow has been installed on your machine.
It is recommended to create a virtual environment before following the steps below.
This code creates a clock inspection environment
pip3 install -r requirements.txtIn the same terminal, you should be able to then run
cd source
python3 webservice.pyIn the different terminal, you should be able to then run, and place clocks in the right half of the screen.
cd source
python3 clocks_detection.pyIf everything went well, when you point your browser to http://127.0.0.1:5000/static/chai_pointerlock.html, you should see something like:
This assumes that you kept the default settings for the webservice.
