Steel Bar Detection

Automatic steel bar counting using open computer vision.

Installation

  1. Download and install Python 3.7.8rc1-amd64.exe from here.
  2. Double click the installer file and open installation wizard. Make sure that Add Python 3.7 to PATH checkbox is ticked. Complete the installation.
  3. Open Command Prompt and goto the project folder.
  4. Install all the dependencies
    pip install -r requirements.txt
    
  5. Run the project by executing the following command
    python steel.py
    
    Incase you wat to exit, press q

Description

Some related images:

CNN Distance Clustering image

Clustering Red Points image

Original Red Points image

Output Image image

image

Disclaimer: DO NOT USE THIS PROJECT FOR COMMERCIAL PURPOSE.