Skip to content

ugisharon/Inspection_Simulation_Testbed

 
 

Repository files navigation

Proof of Concept Visual Inspection Testbed

This presumes that tensorflow has been installed on your machine.

It is recommended to create a virtual environment before following the steps below.

Usage

This code creates a clock inspection environment

pip3 install -r requirements.txt

In the same terminal, you should be able to then run

cd source
python3 webservice.py

In 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.py

If 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.

About

This work was started during @ugisharon's Internship at IBM Research Africa from 15th July to 15th September, 2022.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 86.2%
  • Python 13.8%