In this project the task is to quality check a saw blade by measuring the angle of the teeth.
Inspection results are overlaid into the image:
An optional burr detection can also be carried out:
More information on the task to be carried out in the attached pdf
All the code, explained step by step, in this jupyter notebook (Main.ipynb file in the project root).
To run the notebook, without needeing to install the specific version of the libraries, you can run the project in a docker container.
Open a shell in the project directory, then:
docker build -f Docker/Dockerfile --tag cvlab:latest .
docker run -d --net=host --name cvlab -v "$PWD":/home/cvlab -p 8888:8888 cvlab:latest
Get the link (with the access token included in the url) by looking at jupyter notebook ouput:
docker logs cvlab